StencilCaps.SupportsReplace Property (Microsoft.DirectX.Direct3D)

Specifies whether to replace the stencil buffer entry with a reference value.

Definition

Visual Basic Public ReadOnly Property SupportsReplace As Boolean
C# public bool SupportsReplace { get; }
C++ public:
property bool SupportsReplace {
        bool get();
}
JScript public function get SupportsReplace() : boolean

Property Value

System.Boolean
Value that is true to replace the stencil-buffer entry with a reference value, or false otherwise.

This property is read-only.