In This Topic
The following tables list the members exposed by Size.
Public Constructors
| Name | Description |
| Size Constructor | Initializes a new instance of the Size class with the specified dimensions. |
Top
Public Fields
| Name | Description |
| Empty | Gets a Size structure that has a Height and Width value of 0. This field is read-only. |
Top
Public Properties
| 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. |
Top
See Also