PXV_VirtualPoint Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_VirtualPoint Structure}}
 
{{#customTitle:PXV_VirtualPoint Structure}}
{{#parentPage:PXV:PXV|PXV_VirtualPoint Structure|structure}}
+
{{#parentPage:PXV:PXV_Structures|PXV_VirtualPoint Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:33, 21 May 2015


Specifies the ...

Syntax

struct PXV_VirtualPoint
{
    ULONG  nRow;
    double xPos;
    double yPos;
    LONG   xBorderPos;
    LONG   yBorderPos;
};

Members

nRow
Value of ULONG ...
xPos
Value of double ...
yPos
Value of double ...
xBorderPos
Value of LONG ...
yBorderPos
Value of LONG ...

See Also

...