RenderStateManager.UseWBuffer Property

Language:

Note: This documentation is preliminary and is subject to change.

Enables or disables w-buffering.

Definition

Visual Basic .NET Public Property UseWBuffer As Boolean
C# public bool UseWBuffer { get; set; }
Managed C++ public: __property bool get_UseWBuffer();
public: __property void set_UseWBuffer(bool);
JScript .NET public function get UseWBuffer() : boolean
public function set UseWBuffer(boolean);

Property Value

System.Boolean . Value that is set to true to enable w-buffering, or false to disable it.

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.