UIX_ZoomNotifyData Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:UIX_ZoomNotifyData Structure}}
 +
{{#parentPage:PXV:UIX_Structures|UIX_ZoomNotifyData|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct UIX_ZoomNotifyData
 +
{
 +
    double nZoomLevel;
 +
    POINT  ptCenter;
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;nZoomLevel
 +
: Value of double ...
 +
;ptCenter
 +
: Value of POINT ...

Latest revision as of 01:38, 20 October 2015


Specifies the ...

Syntax

struct UIX_ZoomNotifyData
{
    double nZoomLevel;
    POINT  ptCenter;
};

Members

nZoomLevel
Value of double ...
ptCenter
Value of POINT ...