PXV_SnapParams Structure

From PDF XChange PDF SDK
Revision as of 07:15, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

struct PXV_SnapParams
{
    ULONG nSize;
    float nGuidesThresholdX;
    float nGuidesThresholdY;
    float nGridThresholdX;
    float nGridThresholdY;
    float nObjectThresholdX;
    float nObjectThresholdY;
};

Members

nSize
Value of ULONG ...
nGuidesThresholdX
Value of float ...
nGuidesThresholdY
Value of float ...
nGridThresholdX
Value of float ...
nGridThresholdY
Value of float ...
nObjectThresholdX
Value of float ...
nObjectThresholdY
Value of float ...

See Also

See also ...