Int32Rect Properties
.NET Framework 4.5
The Int32Rect type exposes the following members.
| Name | Description | |
|---|---|---|
|
Empty | Gets the empty rectangle, a special value that represents a rectangle with no position or area. |
|
HasArea | Gets a value that indicates whether the Width and Height properties of the Int32Rect are greater than 0. |
|
Height | Gets or sets the height of the rectangle. |
|
IsEmpty | Gets a value indicating whether the rectangle is empty. |
|
Width | Gets or sets the width of the rectangle. |
|
X | Gets or sets the x-coordinate of the top-left corner of the rectangle. |
|
Y | Gets or sets the y-coordinate of the top-left corner of the rectangle. |