Buffer | Returns an ellipse that is the locus of points equal to a specified distance from this ellipse. |
Clone | Creates a new Ellipse object and initializes it with the contents of this Ellipse object. |
Cut | Splits the ellipse into a part left of the clipper line, and a part right of it. |
Inset | Decreases the width and height of the ellipse 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 ellipse; False, otherwise. |
Offset | Moves the ellipse by the specified amount horizontally and vertically, in units of the coordinate system of the current map. |
Area | Returns the area of the ellipse. |
Bottom | Returns or sets the minimum Y coordinate of the ellipse, in the coordinate system of the current map. |
Center | Returns the center point of the ellipse as a Point object, in the coordinate system of the current map. |
CoordinateSystem | Returns or sets the coordinate system of the ellipse. |
Extent | Returns or sets the extent of the ellipse. |
Height | Returns the height of the ellipse in the current map display units. |
Left | Returns or sets the minimum X coordinate of the ellipse, in the coordinate system of the current map. |
Perimeter | Returns the perimeter of the ellipse. |
Right | Returns or sets the maximum X coordinate of the ellipse, in the coordinate system of the current map. |
Top | Returns or sets the maximum Y coordinate of the ellipse, in the coordinate system of the current map. |
Width | Returns the width of the ellipse in the current map display units. |