StencilCaps.SupportsZero Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports setting the stencil buffer entry to 0.

Definition

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

Property Value

System.Boolean
Value that is true if setting the stencil-buffer entry to 0 is supported, or false if it is not.

This property is read-only.