UVCoords Class |
Namespace: Demo3D.Visuals
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class UVCoords : NotifyPropertyChangedBase, ICloneable
The UVCoords type exposes the following members.
| Name | Description | |
|---|---|---|
| UVCoords |
Default constructor for UVCoords given which sets the range to be (0,0) to (1,1).
| |
| UVCoords(Single, Single, Single, Single) |
Constructor for UVCoords given all parameters.
|
| Name | Description | |
|---|---|---|
| U0 | The left texture coordinate (defaults to 0). | |
| U1 | The right texture coordinate (defaults to 1). | |
| V0 | The top texture coordinate (defaults to 0). | |
| V1 | The bottom texture coordinate (defaults to 1). |