IXC_FastRotate Enumeration
From PDF XChange PDF SDK
Line 23: | Line 23: | ||
:Rotate by 180 degrees. | :Rotate by 180 degrees. | ||
;Rotate_270CCW | ;Rotate_270CCW | ||
− | :Rotate counter clockwise by | + | :Rotate counter clockwise by 270 degrees. |
;Rotate_90CW | ;Rotate_90CW | ||
:Rotate clockwise by 90 degrees. | :Rotate clockwise by 90 degrees. | ||
;Rotate_270CW | ;Rotate_270CW | ||
− | :Rotate clockwise by | + | :Rotate clockwise by 270 degrees. |
+ | |||
+ | == Remarks == | ||
+ | N.B. Rotating clockwise by 90 degrees = rotating counterclockwise by 270 degrees, and rotating counterclockwise by 90 degrees = rotating clockwise by 270 degrees. | ||
== See Also == | == See Also == |
Revision as of 12:00, 18 May 2015
Specifies the angle for rotating.
Contents
Syntax
enum IXC_FastRotate { Rotate_90CCW = 0, Rotate_180 = 1, Rotate_270CCW = 2, Rotate_90CW = 2, Rotate_270CW = 0, };
Constants
- Rotate_90CCW
- Rotate counter clockwise by 90 degrees.
- Rotate_180
- Rotate by 180 degrees.
- Rotate_270CCW
- Rotate counter clockwise by 270 degrees.
- Rotate_90CW
- Rotate clockwise by 90 degrees.
- Rotate_270CW
- Rotate clockwise by 270 degrees.
Remarks
N.B. Rotating clockwise by 90 degrees = rotating counterclockwise by 270 degrees, and rotating counterclockwise by 90 degrees = rotating clockwise by 270 degrees.