Represent a rectangle.
Top
Top
Top
The following tables list the members exposed by the Rect2D type.
Name | Description | |
---|---|---|
BadRect | Represents a bad(not valid) rectangle. | |
BottomRight | Gets or sets the down-right corner of the Rect2D object as the CAD2DPoint object | |
Empty | Represents The Rect2D that is a null reference (Nothing in Visual Basic). | |
Height | Gets or sets a height of the Rect2D object. | |
TopLeft | Gets or sets the top-left corner of the Rect2D object as the CAD2DPoint object | |
Width | Gets or sets a width of the Rect2D object. |
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. |
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. |