Clone | Creates a new Rectangle object and initializes it with the contents of this Rectangle object. |
Cut | Splits the rectangle into a part left of the clipper line, and a part right of it. |
Inset | Decreases the width and height of the rectangle by the specified amount, in units of the coordinate system of the current map. |
IsPointIn | Returns True if the specified point is present within the rectangle; False, otherwise. |
Offset | Moves the rectangle by the specified amount horizontally and vertically, in units of the coordinate system of the current map. |
ScaleRectangle | Scales the rectangle by the specified amount. |
Area | Returns the area of the rectangle. |
Bottom | Returns or sets the minimum Y coordinate of the rectangle, in the coordinate system of the current map. |
Ceiling | Returns or sets the maximum Z coordinate of the rectangle, in the coordinate system of the current map. |
Center | Returns the center point of the rectangle as a Point object, in the coordinate system of the current map. |
CoordinateSystem | Returns or sets the coordinate system of the rectangle. |
Depth | Returns the difference between the Ceiling and Floor coordinates of the rectangle. |
Floor | Returns or sets the minimum Z coordinate of the rectangle, in the coordinate system of the current map. |
Height | Returns the height of the rectangle in the current map display units. |
Left | Returns or sets the minimum X coordinate of the rectangle, in the coordinate system of the current map. |
MaximumMeasure | Returns or sets the maximum Measure value of the rectangle. |
MeasureRange | Returns the difference between the MaximumMeasure and MinimumMeasure values of the rectangle. |
MinimumMeasure | Returns or sets the minimum Measure value of the rectangle. |
Perimeter | Returns the perimeter of the rectangle. |
Right | Returns or sets the maximum X coordinate of the rectangle, in the coordinate system of the current map. |
Top | Returns or sets the maximum Y coordinate of the rectangle, in the coordinate system of the current map. |
Width | Returns the width of the rectangle in the current map display units. |