Name | Description | |
---|---|---|
![]() | Bottom | Gets the y-coordinate that is the sum of Top and Height property values of this Rect structure. |
![]() | Height | Gets or sets the height of this Rect structure. |
![]() | IsEmpty | Determines whether this Rectangle is empty. |
![]() | IsInvalid | Determines whether this Rectangle is invalid. |
![]() | Left | Gets the x-coordinate of the left edge of this Rect structure. |
![]() | Location | Gets or sets the coordinates of the upper-left corner of this Rect structure. |
![]() | Right | Gets the x-coordinate that is the sum of Left and Width property values of this Rect structure. |
![]() | Top | Gets the y-coordinate of the top edge of this Rect structure. |
![]() | Width | Gets or sets the width of this Rect structure. |
![]() | X | Gets or sets the x-coordinate of the left edge of this Rect structure. |
![]() | Y | Gets or sets the y-coordinate of the top edge of this Rect structure. |