RenderStateManager.ReferenceStencil Property |
Language: |
Specifies a reference value to use for the stencil test.
Visual Basic Public Property ReferenceStencil As Integer C# public int ReferenceStencil { get; set; } C++ public:
property int ReferenceStencil {
int get();
void set(int value);
}JScript public function get ReferenceStencil() : int
public function set ReferenceStencil(int);
System.Int32
This property is read/write.
Integer that specifies the stencil test value to set or retrieve.
The default value is 0.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.