[]
public struct Size
Public Structure Size
Name | Description |
---|---|
Size(double, double) | Initializes a new instance of the Size class with the specified dimensions. |
Name | Description |
---|---|
Height | Gets or sets the vertical component of this Size structure. |
IsEmpty | Checks whether this Size structure has width and height of 0. This property returns true when this Size structure has both a width and height of 0; otherwise, false. |
Width | Gets or sets the horizontal component of this Size structure. |