UIX_ScrollChangedNotifyData 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_ScrollChangedNotifyData Structure}}
 +
{{#parentPage:PXV:UIX_Structures|UIX_ScrollChangedNotifyData|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct UIX_ScrollChangedNotifyData
 +
{
 +
    POINT oldViewPos;
 +
    SIZE  oldAllSize;
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;oldViewPos
 +
: Value of POINT ...
 +
;oldAllSize
 +
: Value of SIZE ...

Latest revision as of 01:37, 20 October 2015


Specifies the ...

Syntax

struct UIX_ScrollChangedNotifyData
{
    POINT oldViewPos;
    SIZE  oldAllSize;
};

Members

oldViewPos
Value of POINT ...
oldAllSize
Value of SIZE ...