UIX_GestureInfo Structure

From PDF XChange PDF SDK
Revision as of 01:36, 20 October 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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 ...