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. | |
Location | Gets or sets the position of the top-left corner of the rectangle. | |
Right | Gets the x-axis value of the right side of the rectangle. | |
Size | Gets or sets the width and height 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 | Overloaded. Indicates whether the rectangle described by the C1Rect contains the specified point. | |
Equals | Determines whether the specified System.Object, is equal to this instance. | |
GetHashCode | Returns a hash code for this instance. | |
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. | |
IntersectsWith | Indicates whether the specified rectangle intersects with the current rectangle. | |
Offset | Overloaded. Moves the rectangle by the specified horizontal and vertical amounts. | |
ToString | Gets a string representation of C1Rect | |
Union | Overloaded. Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle. |
Equality | Compares two C1Rect structures for equality. |
Inequality | Compares two C1Rect structures for inequality. |