Int32Rect Methods
.NET Framework 4.5
The Int32Rect type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Int32Rect) | Determines whether the specified rectangle is equal to this rectangle. |
|
Equals(Object) | Determines whether the specified rectangle is equal to this rectangle. (Overrides ValueType.Equals(Object).) |
|
Equals(Int32Rect, Int32Rect) | Determines whether the specified rectangles are equal. |
|
GetHashCode | Creates a hash code from this rectangle's X, Y, Width, and Height values. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Parse | Creates an Int32Rect structure from the specified String representation. |
|
ToString() | Creates a string representation of this Int32Rect. (Overrides ValueType.ToString().) |
|
ToString(IFormatProvider) | Creates a string representation of this Int32Rect based on the supplied IFormatProvider. |
| Name | Description | |
|---|---|---|
|
IFormattable.ToString | Formats the value of the current instance using the specified format. |