RenderStateManager.CounterClockwiseStencilFail Property

Language:

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

Retrieves the StencilOperation or sets it to perform if the counterclockwise (CCW) stencil test fails.

Definition

Visual Basic .NET Public Property CounterClockwiseStencilFail As StencilOperation
C# public StencilOperation CounterClockwiseStencilFail { get; set; }
Managed C++ public: __property StencilOperation get_CounterClockwiseStencilFail();
public: __property void set_CounterClockwiseStencilFail(StencilOperation);
JScript .NET public function get CounterClockwiseStencilFail() : StencilOperation
public function set CounterClockwiseStencilFail(StencilOperation);

Property Value

Microsoft.DirectX.Direct3D.StencilOperation . Value of the StencilOperation enumeration that specifies the stencil operation to set or retrieve.

This property is read/write. 

Remarks

The default value is StencilOperation.Keep.


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

Feedback? Please provide us with your comments on this topic.