RenderStateManager.CounterClockwiseStencilFunction Property

Language:

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

Retrieves or sets the comparison function used by the counterclockwise (CCW) stencil test.

Definition

Visual Basic .NET Public Property CounterClockwiseStencilFunction As Compare
C# public Compare CounterClockwiseStencilFunction { get; set; }
Managed C++ public: __property Compare get_CounterClockwiseStencilFunction();
public: __property void set_CounterClockwiseStencilFunction(Compare);
JScript .NET public function get CounterClockwiseStencilFunction() : Compare
public function set CounterClockwiseStencilFunction(Compare);

Property Value

Microsoft.DirectX.Direct3D.Compare . Value of the Compare enumeration that specifies the comparison operation to set or retrieve.

This property is read/write. 

Remarks

The test passes if ((ref & mask) stencil_compare_function (stencil & mask)) == true.


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

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