Click or drag to resize

ImportedImageVisualTextureCoords Property

Property Value

Type: UVCoords
The Texture Coords allow an imported image to be cropped. The top left of the image is (0,0) and the bottom right of the image is (1,1).

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public UVCoords TextureCoords { get; set; }

Property Value

Type: UVCoords
See Also