Name | Description | |
---|---|---|
![]() | Rectangle | Initializes a new instance of the Rectangle class with the specified location and size. |
Name | Description | |
---|---|---|
![]() | Rectangle | Initializes a new instance of the Rectangle class with the specified location and size. |
Name | Description | |
---|---|---|
![]() | Bottom | Gets the y-coordinate that is the sum of the Top and Height property values of this Rectangle structure. |
![]() ![]() | Empty | Represents a Rectangle structure with its properties left uninitialized. |
![]() | Height | Gets or sets the height of this Rectangle structure. |
![]() | IsEmpty | Tests whether the Width or Height property of this Rectangle has a value of zero. |
![]() | Left | Gets the x-coordinate of the left edge of this Rectangle structure. |
![]() | Right | Gets the x-coordinate that is the sum of Left and Width property values of this Rectangle structure. |
![]() | Top | Gets the y-coordinate of the top edge of this Rectangle structure. |
![]() | Width | Gets or sets the width of this Rectangle structure. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether this instance and a specified object, which must also be a Rectangle object, have the same value. |
![]() | GetHashCode | Gets the hash code for this Rectangle structure. |
![]() | ToString | Converts the attributes of this Rectangle to a human-readable string. |
Name | Description | |
---|---|---|
![]() | Equality | Tests whether two Rectangle structures have equal location and size. |
![]() | Inequality | Tests whether two Rectangle structures differ in location or size. |