Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.StencilCaps Property

Language:

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

Retrieves an object that indicates the supported stencil buffer operations.

Definition

Visual Basic .NET Public ReadOnly Property StencilCaps As StencilCaps
C# public StencilCaps StencilCaps { get; }
Managed C++ public: __property StencilCaps get_StencilCaps();
JScript .NET 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.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center