[]
public struct SizeInt : IEquatable<SizeInt>
Public Structure SizeInt
Implements IEquatable(Of SizeInt)
Name | Description |
---|---|
SizeInt(int, int) | Initializes a new instance of the SizeInt class with the specified dimensions. |
Name | Description |
---|---|
Empty | Gets a SizeInt structure that has a Height and Width value of 0. |
Name | Description |
---|---|
Height | Gets or sets the vertical component of this SizeInt structure. |
IsEmpty | Checks whether this SizeInt structure has width and height of 0. This property returns true when this SizeInt structure has both a width and height of 0; otherwise, false. |
Width | Gets or sets the horizontal component of this SizeInt structure. |
Name | Description |
---|---|
Equals(SizeInt) | Indicates whether this value and a specified value are equal. |
Equals(object) | Indicates whether this value and a specified value are equal. |
GetHashCode() | Returns the hash code for this value. |