PXV_VirtualPoint 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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_VirtualPoint Structure}}
 
{{#customTitle:PXV_VirtualPoint Structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:55, 20 April 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

See also ...