[]
Represents the Size.
public struct Size<T> where T : struct
Name | Description |
---|---|
T | Type |
Name | Description |
---|---|
Size(T, T) | Initializes a new instance of the Size<T> struct. |
Name | Description |
---|---|
Empty | The empty instance of the Size<T> struct. |
Name | Description |
---|---|
Height | Gets or sets the vertical component of this Size<T> struct. |
Width | Gets or sets the horizontal component of this Size<T> struct. |