This document is archived and information here might be outdated. Recommended version. |
Defines how the display refresh is determined: by number of points or CPU usage.
[Visual Basic .NET] Public Property UpdateMethod As enumScreenUpdateThresholdType
[C#] public enumScreenUpdateThresholdType UpdateMethod {get; set;}
[C++]
HRESULT get_UpdateMethod(
enumScreenUpdateThresholdType* pVal
);
[C++]
HRESULT put_UpdateMethod(
enumScreenUpdateThresholdType pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type enumScreenUpdateThresholdType* pVal [in]
pVal is a parameter of type enumScreenUpdateThresholdType