RenderStateManager.StencilMask Property |
Language: |
Retrieves or sets the mask applied to the reference value and each stencil buffer entry to determine the significant bits for the stencil test.
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);
System.Int32
This property is read/write.
Integer value that represents the mask to set or retrieve.
The default mask is 0xFFFFFFFF.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.