[]
Represents a size that is independent from the orientation.
public struct UVSize
This class is useful for layout's supporting orientation
Name | Description |
---|---|
UVSize(Orientation) | Initialize a new instance of UVSize. |
UVSize(Orientation, double, double) | Initialize a new instance of UVSize. |
UVSize(Orientation, Size) | Initialize a new instance of UVSize. |
Name | Description |
---|---|
Height | Gets or sets the height in UI coordinates. |
Orientation | Gets the orientation. |
Size | Gets the size in UI coordinates. |
U | Gets or sets the length in the direction of the orientation. |
V | Gets or sets the length in the direction contrary to the orientation. |
Width | Gets or sets the width in UI coordinates. |
Name | Description |
---|---|
ToString() |