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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_VirtualPoint Structure}}
 
{{#customTitle:PXV_VirtualPoint Structure}}
 +
{{#parentPage:PXV:PXV|PXV_VirtualPoint Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct PXV_VirtualPoint
 
<pre class="brush:cpp;gutter:false">struct PXV_VirtualPoint
 
{
 
{
     ULONG nRow;
+
     ULONG nRow;
 
     double xPos;
 
     double xPos;
 
     double yPos;
 
     double yPos;
     LONG xBorderPos;
+
     LONG   xBorderPos;
     LONG yBorderPos;
+
     LONG   yBorderPos;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 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 ...