This document is archived and information here might be outdated. Recommended version. |
Threshold for interpolation (pixels).
[Visual Basic .NET]
Public Property InterpolationThreshold As Double
[C#]
public double InterpolationThreshold {get; set;}
[C++]
HRESULT get_InterpolationThreshold(
System.Double* interpThreshold
);
[C++]
HRESULT put_InterpolationThreshold(
double interpThreshold
);
[C++] Parameters interpThreshold [out, retval]
interpThreshold is a parameter of type double* interpThreshold [in]
interpThreshold is a parameter of type double