This document is archived and information here might be outdated. Recommended version. |
Display resolution factor. Factor value is expressed as a percentage between 0 and 100.
[Visual Basic .NET]
Public Property DisplayResolutionFactor As Integer
[C#]
public int DisplayResolutionFactor {get; set;}
[C++]
HRESULT get_DisplayResolutionFactor(
long pnFactor
);
[C++]
HRESULT put_DisplayResolutionFactor(
System.Int32* pnFactor
);
[C++] Parameters pnFactor [in]
pnFactor is a parameter of type long pnFactor [out, retval]
pnFactor is a parameter of type long*