PXV_VirtualPoint Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_VirtualPoint Structure}}
 
{{#customTitle:PXV_VirtualPoint Structure}}
 +
{{#parentPage:PXV:PXV_Structures|PXV_VirtualPoint|structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<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>
Line 28: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXV_PagesLayoutManager_GetCurPos|IPXV_PagesLayoutManager::GetCurPos]], [[PXV:IPXV_PagesLayoutManager_SetCurPos|IPXV_PagesLayoutManager::SetCurPos]]

Latest revision as of 10:41, 23 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

IPXV_PagesLayoutManager::GetCurPos, IPXV_PagesLayoutManager::SetCurPos