PXV_GridParams Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_GridParams Structure}}
 
{{#customTitle:PXV_GridParams Structure}}
{{#parentPage:PXV:PXV|PXV_GridParams Structure|structure}}
+
{{#parentPage:PXV:PXV_Structures|PXV_GridParams|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 35: Line 35:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXV_PagesView_SnapPoint|IPXV_PagesView::SnapPoint]], [[PXV:IPXV_PagesView_GridParams|IPXV_PagesView::GridParams]]

Latest revision as of 10:40, 23 May 2015


Specifies the ...

Syntax

struct PXV_GridParams
{
    ULONG nSize;
    float nCellWidth;
    float nCellHeight;
    float nLeftOffset;
    float nTopOffset;
    ULONG nCellDivs;
};

Members

nSize
Value of ULONG ...
nCellWidth
Value of float ...
nCellHeight
Value of float ...
nLeftOffset
Value of float ...
nTopOffset
Value of float ...
nCellDivs
Value of ULONG ...

See Also

IPXV_PagesView::SnapPoint, IPXV_PagesView::GridParams