PXV_GridParams Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision 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_Structures|PXV_GridParams | + | {{#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 09: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 ...