SizeInt Structure Members
In This Topic
The following tables list the members exposed by SizeInt.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | Height | Gets or sets the vertical component of this SizeInt structure. |
 | IsEmpty | Checks whether this SizeInt structure has width and height of 0. This property returns true when this SizeInt structure has both a width and height of 0; otherwise, false. |
 | Width | Gets or sets the horizontal component of this SizeInt structure. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Indicates whether this value and a specified value are equal. |
 | GetHashCode | Returns the hash code for this value. |
Top
See Also