Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether this Rect2D instance and the specified object are equal. |
|
Expand | Expands a rectangle to the specified point. |
|
GetHashCode | Returns the hash code for the instance. |
|
IsBadRect | Checks whether or not the specified rectangle is valid. |
|
Norm | Normalizes this Rect2D object. |
|
Offset | Adds an offset at X- and Y-axis directions to this Rect2D object. |
|
TransRectCorners | Rotates this Rect2D object by a specified CADMatrix. |
Operators
| Name | Description | |
|---|---|---|
|
Equality | Checks if two Rect2D objects are equal. |
|
Implicit Conversion (DRect to Rect2D) | Converts DRect to Rect2D |
|
Implicit Conversion (Rect2D to DRect) | Converts Rect2D to DRect |
|
Implicit Conversion (Rect2D to Rectangle) | Converts Rect2D to Rectangle |
|
Implicit Conversion (RectangleF to Rect2D) | Converts RectangleF to Rect2D |
|
Inequality | Checks if two Rect2D objects are unequal. |
See Also