PXV_GridParams 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_GridParams Structure}}
 
{{#customTitle:PXV_GridParams Structure}}
 +
{{#parentPage:PXV:PXV|PXV_GridParams Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

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

See also ...