Extent |
public struct Extent2D : IEquatable<Extent2D>
The Extent2D type exposes the following members.
Name | Description | |
---|---|---|
Extent2D(Int32, Int32) | Initializes a new instance of Extent2D structure. | |
Extent2D(UInt32, UInt32) | Initializes a new instance of Extent2D structure. |
Name | Description | |
---|---|---|
Equals(Extent2D) | Determines whether the specified Extent2D is equal to this instance. | |
Equals(Extent2D) | Determines whether the specified Extent2D is equal to this instance. | |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object)) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) |
Name | Description | |
---|---|---|
Equality(Extent2D, Extent2D) | Returns a boolean indicating whether the two given extents are equal. | |
Inequality(Extent2D, Extent2D) | Returns a boolean indicating whether the two given extents are not equal. |