PGetTransform

Returns transformation information on a selected object.


Query results

long dRotateAngle;
Rotation angle, in thousandths of a degree (45.000 degrees = 45000)
long dSkewAngle;
Skew angle, in thousandths of a degree (45.000 degrees = 45000)
PMBool bReflect;
false Object not reflected
true Object reflected about either the x or y axis
long xLeftTopOrig;
x coordinate of original left-top handle in twips
long yLeftTopOrig;
y coordinate of original left-top handle in twips
long xRightBotOrig;
x coordinate of original right-bottom handle in twips
long yRightBotOrig;
y coordinate of original right-bottom handle in twips
long xLeftTop;
x coordinate of left-top handle, after transforma tion in twips
long yLeftTop;
y coordinate of left-top handle, after transforma tion in twips
long xRightTop;
x coordinate of right-top handle, after transforma tion in twips
long yRightTop;
y coordinate of right-top handle, after transforma tion in twips
long xRightBottom;
x coordinate of right-bottom handle, after trans formation in twips
long yRightBottom;
y coordinate of right-bottom handle, after trans formation in twips
long xLeftBottom;
x coordinate of left-bottom handle, after transfor mation in twips
long yLeftBottom;
y coordinate of left-bottom handle, after transfor mation in twips
Lines. PageMaker returns the angle of a line relative to the x axis, not to its original angle. For example, if you draw a 45° line and rotate it to 90°, PageMaker returns 90° for dSkewAngle.


See also

The PReflect, PRotate, and PSkew commands


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support