RenderStateManager.CounterClockwiseStencilPass Property |
Language: |
Retrieves the StencilOperation or sets it to perform, if both counterclockwise (CCW) stencil and z-tests pass.
Visual Basic Public Property CounterClockwiseStencilPass As StencilOperation C# public StencilOperation CounterClockwiseStencilPass { get; set; } C++ public:
property StencilOperation CounterClockwiseStencilPass {
StencilOperation get();
void set(StencilOperation value);
}JScript public function get CounterClockwiseStencilPass() : StencilOperation
public function set CounterClockwiseStencilPass(StencilOperation);
Microsoft.DirectX.Direct3D.StencilOperation
This property is read/write.
Value of the StencilOperation enumeration that specifies the stencil operation to set or retrieve.
The default value is StencilOperation.Keep.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.