The XSize type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Equality |
Determines whether two size objects are equal.
| |
| (XSize to XVector) |
Performs an explicit conversion from XSize to XVector.
| |
| (XSize to XPoint) |
Performs an explicit conversion from XSize to XPoint.
| |
| (Size to XSize) |
Implicit conversion from XSize to System.Drawing.Size. The conversion must be implicit because the
WinForms designer uses it.
| |
| Inequality |
Determines whether two size objects are not equal.
|
See Also