Name | Description | |
---|---|---|
![]() | Size Constructor | Initializes a new instance of the Size class with the specified dimensions. |
The following tables list the members exposed by Size.
Name | Description | |
---|---|---|
![]() | Size Constructor | Initializes a new instance of the Size class with the specified dimensions. |
Name | Description | |
---|---|---|
![]() ![]() | Empty | Gets a Size structure that has a Height and Width value of 0. This field is read-only. |
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. |