PXV_SnapParams Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_SnapParams Structure}}
 
{{#customTitle:PXV_SnapParams Structure}}
 +
{{#parentPage:PXV:PXV_Structures|PXV_SnapParams|structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 34: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXV_PagesView_SnapPoint|IPXV_PagesView::SnapPoint]], [[PXV:IPXV_PagesView_SnapParams|IPXV_PagesView::SnapParams]]

Latest revision as of 10:41, 23 May 2015


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

IPXV_PagesView::SnapPoint, IPXV_PagesView::SnapParams