Point
Properties
Property | Type | Access | Description |
---|---|---|---|
left | number | r/w | The left coordinate. |
length | number | readonly | The array length. (default: 2) |
top | number | r/w | The top coordinate. |
x | number | r/w | The left coordinate. |
y | number | r/w | The top coordinate. |
Element of
Artboard.rulerOrigin
Button.location
Checkbox.location
Document.pageOrigin
Document.rulerOrigin
DropDownList.location
EditText.location
FlashPlayer.location
GradientColor.origin
Group.location
IconButton.location
ListBox.location
PageItem.position
Panel.location
PathPoint.anchor
PathPoint.leftDirection
PathPoint.rightDirection
PatternColor.scaleFactor
Progressbar.location
RadioButton.location
ScriptUIGraphics.currentPoint
Scrollbar.location
Slider.location
StaticText.location
TextFrameItem.anchor
TextPath.position
TreeView.location
View.centerPoint
Window.frameLocation
Window.location
Used in:
Point Document.convertCoordinate (coordinate: Point, source: CoordinateSystem, destination: CoordinateSystem)
void Document.windowCapture (imageFile: File, windowSize: Point)
TextFrameItem TextFrameItems.pointText (anchor: Point[, orientation: TextOrientation=TextOrientation.HORIZONTAL])
Return
Point Document.convertCoordinate (coordinate: Point, source: CoordinateSystem, destination: CoordinateSystem)
Point ScriptUIGraphics.ellipsePath (left: Number, top: Number, width: Number, height: Number)
Point ScriptUIGraphics.lineTo (x: Number, y: Number)
Point ScriptUIGraphics.moveTo (x: Number, y: Number)
Point ScriptUIGraphics.rectPath (left: Number, top: Number, width: Number, height: Number)
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |