Adobe Illustrator CS5 Type Library JS: Transformation

Illustrator CS5

 The transformation type.

Value

NameDescriptionValue
Transformation.BOTTOMTransform relative to the object's bottom edge. int 7
Transformation.BOTTOMLEFTTransform relative to the object's bottom left corner. int 4
Transformation.BOTTOMRIGHTTransform relative to the object's bottom right corner. int 10
Transformation.CENTERTransform relative to the object's center. int 6
Transformation.DOCUMENTORIGINTransform relative to the illustration's page origin. int 1
Transformation.LEFTTransform relative to the object's left edge. int 3
Transformation.RIGHTTransform relative to the object's right edge. int 9
Transformation.TOPTransform relative to the object's top edge. int 5
Transformation.TOPLEFTTransform relative to the object's top left corner. int 2
Transformation.TOPRIGHTTransform relative to the object's top right corner. int 8

Usage

In function

void PageItem.resize (scaleX: number, scaleY: number[, changePositions: bool=true][, changeFillPatterns: bool=true][, changeFillGradients: bool=true][, changeStrokePattern: bool=true][, changeLineWidths: number=100.0][, scaleAbout: Transformation=Transformation.CENTER])

void PageItem.rotate (angle: number[, changePositions: bool=true][, changeFillPatterns: bool=true][, changeFillGradients: bool=true][, changeStrokePattern: bool=true][, rotateAbout: Transformation=Transformation.CENTER])

void PageItem.transform (transformationMatrix: Matrix[, changePositions: bool=true][, changeFillPatterns: bool=true][, changeFillGradients: bool=true][, changeStrokePattern: bool=true][, changeLineWidths: number=100.0][, transformAbout: Transformation=Transformation.CENTER])

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