RenderStateManager.ScissorTestEnable Property |
Language: |
Enables or disables scissor testing.
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);
System.Boolean
This property is read/write.
Set to true to enable scissor testing, or false to disable it.
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.