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

Glossary Item Box

Public Methods

Public Method CloneCreates a new Rectangle object and initializes it with the contents of this Rectangle object.
Public Method CutSplits the rectangle into a part left of the clipper line, and a part right of it.
Public Method InsetDecreases the width and height of the rectangle 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 rectangle; False, otherwise.
Public Method OffsetMoves the rectangle by the specified amount horizontally and vertically, in units of the coordinate system of the current map.
Public Method ScaleRectangleScales the rectangle by the specified amount.

Public Properties

Public Property AreaReturns the area of the rectangle.
Public Property BottomReturns or sets the minimum Y coordinate of the rectangle, in the coordinate system of the current map.
Public Property CeilingReturns or sets the maximum Z coordinate of the rectangle, in the coordinate system of the current map.
Public Property CenterReturns the center point of the rectangle as a Point object, in the coordinate system of the current map.
Public Property CoordinateSystemReturns or sets the coordinate system of the rectangle.
Public Property DepthReturns the difference between the Ceiling and Floor coordinates of the rectangle.
Public Property FloorReturns or sets the minimum Z coordinate of the rectangle, in the coordinate system of the current map.
Public Property HeightReturns the height of the rectangle in the current map display units.
Public Property LeftReturns or sets the minimum X coordinate of the rectangle, in the coordinate system of the current map.
Public Property MaximumMeasureReturns or sets the maximum Measure value of the rectangle.
Public Property MeasureRangeReturns the difference between the MaximumMeasure and MinimumMeasure values of the rectangle.
Public Property MinimumMeasureReturns or sets the minimum Measure value of the rectangle.
Public Property PerimeterReturns the perimeter of the rectangle.
Public Property RightReturns or sets the maximum X coordinate of the rectangle, in the coordinate system of the current map.
Public Property TopReturns or sets the maximum Y coordinate of the rectangle, in the coordinate system of the current map.
Public Property WidthReturns the width of the rectangle in the current map display units.

See Also

© 2012 All Rights Reserved.