Name | Description | |
---|---|---|
![]() | C1Rect Constructor | Overloaded. |
The following tables list the members exposed by C1Rect.
Name | Description | |
---|---|---|
![]() | C1Rect Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Bottom | Gets the y-axis value of the bottom of the rectangle. |
![]() ![]() | Empty | Gets a special value that represents a rectangle with no position or area. |
![]() | Height | Gets or sets the height of the rectangle. |
![]() | IsEmpty | Gets a value that indicates whether the rectangle is the C1Rect.Empty rectangle. |
![]() | Left | Gets the x-axis value of the left side of the rectangle. |
![]() | Right | Gets the x-axis value of the right side of the rectangle. |
![]() | Top | Gets the y-axis position of the top of the rectangle. |
![]() | Width | Gets or sets the width of the rectangle. |
![]() | X | Gets or sets the x-axis value of the left side of the rectangle. |
![]() | Y | Gets or sets the y-axis value of the top side of the rectangle. |
Name | Description | |
---|---|---|
![]() | Contains | Indicates whether the rectangle described by the C1Rect contains the specified point. |
![]() | Equals | Indicates whether this instance and a specified object are equal. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | Inflate | Overloaded. Inflates the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions. |
![]() | Intersect | Finds the intersection of the rectangle represented by the C1Rect and the rectangle represented by the specified C1Rect, and stores the result as the current C1Rect. |
![]() | ToString | Returns a string that represents the current object. |
![]() | Union | Overloaded. Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle. |
![]() | Compares two C1Rect structures for equality. |
![]() | Compares two C1Rect structures for inequality. |