The XSize type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| Equals(XSize) |
Indicates whether this instance and a specified size are equal.
| |
| Equals(XSize, XSize) |
Indicates whether this two instance are equal.
| |
| FromSize |
Creates an XSize from a System.Drawing.Size.
| |
| FromSizeF |
Creates an XSize from a System.Drawing.Size.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Parse |
Parses the size from a string.
| |
| ToPointF |
Converts this XSize to a PointF.
| |
| ToSizeF |
Converts this XSize to a SizeF.
| |
| ToString |
Converts this XSize to a human readable string.
(Overrides ValueTypeToString.) | |
| ToString(IFormatProvider) |
Converts this XSize to a human readable string.
| |
| ToXPoint |
Converts this XSize to an XPoint.
| |
| ToXVector |
Converts this XSize to an XVector.
|
See Also