ArcPad Scripting Object Model
Ellipse Object Members
See Also  Overview  Send comments on this topic.

Glossary Item Box

Public Methods

Public Method BufferReturns an ellipse that is the locus of points equal to a specified distance from this ellipse.
Public Method CloneCreates a new Ellipse object and initializes it with the contents of this Ellipse object.
Public Method CutSplits the ellipse into a part left of the clipper line, and a part right of it.
Public Method InsetDecreases the width and height of the ellipse by the specified amount, in units of the coordinate system of the current map.
Public Method IsPointInReturns True if the specified point is present within the ellipse; False, otherwise.
Public Method OffsetMoves the ellipse by the specified amount horizontally and vertically, in units of the coordinate system of the current map.

Public Properties

Public Property AreaReturns the area of the ellipse.
Public Property BottomReturns or sets the minimum Y coordinate of the ellipse, in the coordinate system of the current map.
Public Property CenterReturns the center point of the ellipse as a Point object, in the coordinate system of the current map.
Public Property CoordinateSystemReturns or sets the coordinate system of the ellipse.
Public Property ExtentReturns or sets the extent of the ellipse.
Public Property HeightReturns the height of the ellipse in the current map display units.
Public Property LeftReturns or sets the minimum X coordinate of the ellipse, in the coordinate system of the current map.
Public Property PerimeterReturns the perimeter of the ellipse.
Public Property RightReturns or sets the maximum X coordinate of the ellipse, in the coordinate system of the current map.
Public Property TopReturns or sets the maximum Y coordinate of the ellipse, in the coordinate system of the current map.
Public Property WidthReturns the width of the ellipse in the current map display units.

See Also

© 2013 All Rights Reserved.