[]
Initialize a new instance of UVSize.
public UVSize(Orientation orientation)
Public Sub New(orientation As Orientation)
| Type | Name | Description |
|---|---|---|
| Orientation | orientation | The orientation of the size. |
Initialize a new instance of UVSize.
public UVSize(Orientation orientation, Size size)
Public Sub New(orientation As Orientation, size As Size)
| Type | Name | Description |
|---|---|---|
| Orientation | orientation | The orientation of the size. |
| Size | size | The original size in UI coordinates. |
Initialize a new instance of UVSize.
public UVSize(Orientation orientation, double width, double height)
Public Sub New(orientation As Orientation, width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| Orientation | orientation | The orientation of the size. |
| double | width | The width of the size in UI coordinates. |
| double | height | The height of the size in UI coordinates. |