The XSize type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether two size objects are equal.
|
![]() ![]() | Explicit(XSize to XVector) |
Performs an explicit conversion from XSize to XVector.
|
![]() ![]() | Explicit(XSize to XPoint) |
Performs an explicit conversion from XSize to XPoint.
|
![]() ![]() | Implicit(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