RenderStateManager.ScissorTestEnable Property

Language:

Enables or disables scissor testing.

Definition

Visual Basic Public Property ScissorTestEnable As Boolean
C# public bool ScissorTestEnable { get; set; }
C++ public:
property bool ScissorTestEnable {
        bool get();
        void set(bool value);
}
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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