The following tables list the members exposed by the Rect2D type.

Name Description
Public property Static BadRect Represents a bad(not valid) rectangle.
Public property BottomRight Gets or sets the down-right corner of the Rect2D object as the CAD2DPoint object
Public property Static Empty Represents The Rect2D that is a null reference (Nothing in Visual Basic).
Public property Height Gets or sets a height of the Rect2D object.
Public property TopLeft Gets or sets the top-left corner of the Rect2D object as the CAD2DPoint object
Public property Width Gets or sets a width of the Rect2D object.
Top