This document is archived and information here might be outdated. Recommended version. |
The pixel alignment tolerance.
[Visual Basic .NET]
Public Property PixelAlignmentTolerance As Double
[C#]
public double PixelAlignmentTolerance {get; set;}
[C++]
HRESULT get_PixelAlignmentTolerance(
System.Double* Tolerance
);
[C++]
HRESULT put_PixelAlignmentTolerance(
double Tolerance
);
[C++] Parameters Tolerance [out, retval]
Tolerance is a parameter of type double* Tolerance [in]
Tolerance is a parameter of type double