Value
Name | Description | Value |
---|---|---|
Transformation.BOTTOM | Transform relative to the object's bottom edge. | int 7 |
Transformation.BOTTOMLEFT | Transform relative to the object's bottom left corner. | int 4 |
Transformation.BOTTOMRIGHT | Transform relative to the object's bottom right corner. | int 10 |
Transformation.CENTER | Transform relative to the object's center. | int 6 |
Transformation.DOCUMENTORIGIN | Transform relative to the illustration's page origin. | int 1 |
Transformation.LEFT | Transform relative to the object's left edge. | int 3 |
Transformation.RIGHT | Transform relative to the object's right edge. | int 9 |
Transformation.TOP | Transform relative to the object's top edge. | int 5 |
Transformation.TOPLEFT | Transform relative to the object's top left corner. | int 2 |
Transformation.TOPRIGHT | Transform 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, 25-Nov-2012 v3.0.3i | Contents :: Index |