Class
Describes a point. This class is also a two-element collection.
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
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.3d | Contents :: Index |