RenderStateManager.DitherEnable Property |
Language: |
Enables or disables dithering.
Visual Basic Public Property DitherEnable As Boolean C# public bool DitherEnable { get; set; } C++ public:
property bool DitherEnable {
bool get();
void set(bool value);
}JScript public function get DitherEnable() : boolean
public function set DitherEnable(boolean);
System.Boolean
This property is read/write.
Set to true to enable dithering, or false to disable it.
The default value is false.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.