This document is archived and information here might be outdated. Recommended version. |
Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors.
[Visual Basic .NET]
Public Property UseWindowsDithering As Boolean
[C#]
public bool UseWindowsDithering {get; set;}
[C++]
HRESULT get_UseWindowsDithering(
VARIANT_BOOL useDithering
);
[C++]
HRESULT put_UseWindowsDithering(
Boolean* useDithering
);
[C++] Parameters useDithering [in]
useDithering is a parameter of type bool useDithering [out, retval]
useDithering is a parameter of type bool*