This document is archived and information here might be outdated. Recommended version. |
The resolution to be rendered.
[Visual Basic .NET]
Public Property Resolution As Double
[C#]
public double Resolution {get; set;}
[C++]
HRESULT get_Resolution(
double pResolution
);
[C++]
HRESULT put_Resolution(
System.Double* pResolution
);
[C++] Parameters pResolution [in]
pResolution is a parameter of type double pResolution [out, retval]
pResolution is a parameter of type double*