| XSize Structure |
The XSize type exposes the following members.
| Name | Description | |
|---|---|---|
| XSize |
Initializes a new instance of the XPoint class with the specified values.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueType
Equals(Object).)
|
|
| Equals(XSize) |
Indicates whether this instance and a specified size are equal.
|
|
| Equals(XSize, XSize) |
Indicates whether this two instance are equal.
|
|
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueType
GetHashCode
.)
|
|
| GetType | (Inherited from Object.) | |
| Parse |
Parses the size from a string.
|
|
| ToString |
Converts this XSize to a human readable string.
(Overrides ValueType
ToString
.)
|
|
| ToString(IFormatProvider) |
Converts this XSize to a human readable string.
|
|
| ToXPoint |
Converts this XSize to an XPoint.
|
|
| ToXVector |
Converts this XSize to an XVector.
|
| 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.
|
|
| Inequality |
Determines whether two size objects are not equal.
|
| Name | Description | |
|---|---|---|
| Empty |
Returns an empty size, i.e. a size with a width or height less than 0.
|
|
| Height |
Gets or sets the height.
|
|
| IsEmpty |
Gets a value indicating whether this instance is empty.
|
|
| Width |
Gets or sets the width.
|