UIX_GestureInfo 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_GestureInfo Structure}}
 +
{{#parentPage:PXV:UIX_Structures|UIX_GestureInfo|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct UIX_GestureInfo
 +
{
 +
    LONG  nSize;
 +
    LONG  nStage;
 +
    LONG  dxScroll;
 +
    LONG  dyScroll;
 +
    POINT  pt;
 +
    double nRotateAngle;
 +
    double nZoomLevel;
 +
    double nInertiaSpeedV;
 +
    double nInertiaSpeedH;
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;nSize
 +
: Value of LONG ...
 +
;nStage
 +
: Value of LONG ...
 +
;dxScroll
 +
: Value of LONG ...
 +
;dyScroll
 +
: Value of LONG ...
 +
;pt
 +
: Value of POINT ...
 +
;nRotateAngle
 +
: Value of double ...
 +
;nZoomLevel
 +
: Value of double ...
 +
;nInertiaSpeedV
 +
: Value of double ...
 +
;nInertiaSpeedH
 +
: Value of double ...

Latest revision as of 01:36, 20 October 2015


Specifies the ...

Syntax

struct UIX_GestureInfo
{
    LONG   nSize;
    LONG   nStage;
    LONG   dxScroll;
    LONG   dyScroll;
    POINT  pt;
    double nRotateAngle;
    double nZoomLevel;
    double nInertiaSpeedV;
    double nInertiaSpeedH;
};

Members

nSize
Value of LONG ...
nStage
Value of LONG ...
dxScroll
Value of LONG ...
dyScroll
Value of LONG ...
pt
Value of POINT ...
nRotateAngle
Value of double ...
nZoomLevel
Value of double ...
nInertiaSpeedV
Value of double ...
nInertiaSpeedH
Value of double ...