UIX_RotateNotifyData Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:UIX_RotateNotifyData Structure}} | ||
+ | {{#parentPage:PXV:UIX_Structures|UIX_RotateNotifyData|structure}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">struct UIX_RotateNotifyData | ||
+ | { | ||
+ | double nRotateAngle; | ||
+ | POINT ptCenter; | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Members == | ||
+ | ;nRotateAngle | ||
+ | : Value of double ... | ||
+ | ;ptCenter | ||
+ | : Value of POINT ... |
Latest revision as of 00:37, 20 October 2015
Specifies the ...
Syntax
struct UIX_RotateNotifyData { double nRotateAngle; POINT ptCenter; };
Members
- nRotateAngle
- Value of double ...
- ptCenter
- Value of POINT ...