Caps.StencilCaps Property (Microsoft.DirectX.Direct3D)
Retrieves an object that indicates the supported stencil buffer operations.
Definition
Visual Basic Public ReadOnly Property StencilCaps As StencilCaps C# public StencilCaps StencilCaps { get; } C++ public:
property StencilCaps StencilCaps {
StencilCaps get();
}JScript public function get StencilCaps() : StencilCaps
Property Value
Microsoft.DirectX.Direct3D.StencilCaps
A StencilCaps object that indicates the supported stencil-buffer operations.This property is read-only.
Remarks
The supported stencil operations are assumed to be valid for all three stencil-buffer operation render states (RenderStateManager.StencilFail, RenderStateManager.StencilPass, and RenderStateManager.StencilZBufferFail). For more information, see the StencilOperation enumerated type.