Size Methods |
The Size type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Compare for equality.
(Overrides ValueTypeEquals(Object).) |
|
| Equals(Size, Double) |
Compare for equality.
|
|
| GetHashCode |
Obtain a hash code for the Size.
(Overrides ValueTypeGetHashCode.) |
|
| ToString |
Convert the Size to a human readable string
such as 'W=10; H=20'.
(Overrides ValueTypeToString.) |
|
| ToString(IFormatProvider) |
Convert the Size to a human readable string
such as 'W=10; H=20'.
|