RenderStateManager.ScissorTestEnable Property

Language:

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

Enables or disables scissor testing.

Definition

Visual Basic .NET Public Property ScissorTestEnable As Boolean
C# public bool ScissorTestEnable { get; set; }
Managed C++ public: __property bool get_ScissorTestEnable();
public: __property void set_ScissorTestEnable(bool);
JScript .NET public function get ScissorTestEnable() : boolean
public function set ScissorTestEnable(boolean);

Property Value

System.Boolean . Set to true to enable scissor testing, or false to disable it.

This property is read/write. 

Remarks

The default value is false.


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

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