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 32: Line 32:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXV_PagesLayoutManager_GetCurPos|IPXV_PagesLayoutManager::GetCurPos]], [[PXV:IPXV_PagesLayoutManager_SetCurPos|IPXV_PagesLayoutManager::SetCurPos]]

Revision as of 06:17, 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