Adobe Illustrator CS6 Type Library JS: Point

Illustrator CS6

Class

Point

 Describes a point. This class is also a two-element collection.

Properties

PropertyTypeAccessDescription
leftnumber r/wThe left coordinate.
lengthnumber readonlyThe array length. (default: 2)
topnumber r/wThe top coordinate.
xnumber r/wThe left coordinate.
ynumber r/wThe 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.3iContents :: Index