RenderStateManager.ReferenceStencil Property

Language:

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

Specifies a reference value to use for the stencil test.

Definition

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

Property Value

System.Int32 . Integer that specifies the stencil test value to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.


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

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