RenderStateManager.StencilMask Property

Language:

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

Retrieves or sets the mask applied to the reference value and each stencil buffer entry to determine the significant bits for the stencil test.

Definition

Visual Basic .NET Public Property StencilMask As Integer
C# public int StencilMask { get; set; }
Managed C++ public: __property int get_StencilMask();
public: __property void set_StencilMask(int);
JScript .NET public function get StencilMask() : int
public function set StencilMask(int);

Property Value

System.Int32 . Integer value that represents the mask to set or retrieve.

This property is read/write. 

Remarks

The default mask is 0xFFFFFFFF.


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

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