Adobe Illustrator CS5 Type Library JS: Point

Illustrator CS5

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

Document.pageOrigin

Document.rulerOrigin

GradientColor.origin

PageItem.position

PathPoint.anchor

PathPoint.leftDirection

PathPoint.rightDirection

PatternColor.scaleFactor

TextFrameItem.anchor

TextPath.position

View.centerPoint

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)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index