IXC_FastRotate Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_FastRotate Enumeration}} | {{#customTitle:IXC_FastRotate Enumeration}} | ||
+ | {{#parentPage:PXV:IXC|IXC_FastRotate Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum IXC_FastRotate | <pre class="brush:cpp;gutter:false">enum IXC_FastRotate | ||
{ | { | ||
− | Rotate_90CCW = 0; | + | Rotate_90CCW = 0; |
− | Rotate_180 = 1; | + | Rotate_180 = 1; |
Rotate_270CCW = 2; | Rotate_270CCW = 2; | ||
− | Rotate_90CW = 2; | + | Rotate_90CW = 2; |
− | Rotate_270CW = 0; | + | Rotate_270CW = 0; |
}; | }; | ||
</pre> | </pre> |
Revision as of 05:59, 23 April 2015
Specifies the ...
Syntax
enum IXC_FastRotate { Rotate_90CCW = 0; Rotate_180 = 1; Rotate_270CCW = 2; Rotate_90CW = 2; Rotate_270CW = 0; };
Constants
- Rotate_90CCW
- The ...
- Rotate_180
- The ...
- Rotate_270CCW
- The ...
- Rotate_90CW
- The ...
- Rotate_270CW
- The ...
See Also
See also ...