An immutable 2D size.
public struct MathSize : IEquatable<MathSize>
name | description |
---|---|
MathSize(…) | Initializes a new instance of the MathSize struct. |
Height { get; } | The height. |
Width { get; } | The width. |
Equals(…) | Indicates whether this instance and a specified object are equal. |
override Equals(…) | Indicates whether the current object is equal to another object of the same type. |
override GetHashCode() | Returns the hash code for this instance. |
override ToString() | Provides a string representation of this size. |
operator == | Test whether two specified MathSize structures are equivalent. |
operator != | Test whether two specified MathSize structures are different. |