This document is archived and information here might be outdated. Recommended version. |
Marker resolution. The range is [0.0, 1.0], where 0 is the lowest and 1 is the highest resolution.
[Visual Basic .NET]
Public Property ResolutionQuality As Double
[C#]
public double ResolutionQuality {get; set;}
[C++]
HRESULT get_ResolutionQuality(
System.Double* Quality
);
[C++]
HRESULT put_ResolutionQuality(
double Quality
);
[C++] Parameters Quality [out, retval]
Quality is a parameter of type double* Quality [in]
Quality is a parameter of type double