The following tables list the members exposed by SizeFEx.
Public Constructors
| Name | Description |
| SizeFEx Constructor | Initializes a new instance of the SizeF class from the specified dimensions. |
Top
Public Fields
| Name | Description |
| Empty | Gets the size that has a width and a height value of 0. |
Top
Public Properties
| Name | Description |
| Height | Gets or sets the vertical component of this SizeF. |
| IsEmpty | Gets a value indicating whether this SizeF has zero width and height. |
| Width | Gets or sets the horizontal component of this SizeF. |
Top
See Also