StencilCaps.SupportsInvert Property (Microsoft.DirectX.Direct3D)

Specifies whether the bits in the stencil buffer entry can be inverted.

Definition

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

Property Value

System.Boolean
Value that is true if the stencil-buffer bits can be inverted, or false if they cannot.

This property is read-only.