Size Structure |
The Size type exposes the following members.
| Name | Description | |
|---|---|---|
| Size(Double, Double) | Initializes a new instance of the Size struct. | |
| Size(Double, Double, LengthUnit) | Initializes a new instance of the Size struct. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this
Size instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(Size) | Determines whether the other Size is equal to this Size instance. | |
| GetHashCode |
Returns a hash code for this Size instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns the value as string, in such format: W:65.754; H:120.33233.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(Size, Size) | Determines whether first and second Sizes are equal. | |
| Inequality(Size, Size) | Determines whether first and second Sizes are not equal. |