RenderStateManager.StencilWriteMask Property

Language:

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

Retrieves or sets the write mask applied to values written into the stencil buffer.

Definition

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

Property Value

System.Int32 . Integer value that represents the write 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.