RenderStateManager.StencilMask Property (Microsoft.DirectX.Direct3D)
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 Public Property StencilMask As Integer C# public int StencilMask { get; set; } C++ public:
property int StencilMask {
int get();
void set(int value);
}JScript 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.