PXV_PagesScrollDeltaInfo 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:PXV_PagesScrollDeltaInfo Structure}}
 +
{{#parentPage:PXV:PXV_Structures|PXV_PagesScrollDeltaInfo|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct PXV_PagesScrollDeltaInfo
 +
{
 +
    LONG        nUnits;
 +
    LONG        nDeltaX;
 +
    LONG        nDeltaY;
 +
    VARIANT_BOOL bNoInvert;
 +
    VARIANT_BOOL bByKey;
 +
    VARIANT_BOOL bSmooth;
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;nUnits
 +
: Value of LONG ...
 +
;nDeltaX
 +
: Value of LONG ...
 +
;nDeltaY
 +
: Value of LONG ...
 +
;bNoInvert
 +
: Value of VARIANT_BOOL ...
 +
;bByKey
 +
: Value of VARIANT_BOOL ...
 +
;bSmooth
 +
: Value of VARIANT_BOOL ...

Latest revision as of 01:35, 20 October 2015


Specifies the ...

Syntax

struct PXV_PagesScrollDeltaInfo
{
    LONG         nUnits;
    LONG         nDeltaX;
    LONG         nDeltaY;
    VARIANT_BOOL bNoInvert;
    VARIANT_BOOL bByKey;
    VARIANT_BOOL bSmooth;
};

Members

nUnits
Value of LONG ...
nDeltaX
Value of LONG ...
nDeltaY
Value of LONG ...
bNoInvert
Value of VARIANT_BOOL ...
bByKey
Value of VARIANT_BOOL ...
bSmooth
Value of VARIANT_BOOL ...