RenderStateManager.ScissorTestEnable Property |
Language: |
Enables or disables scissor testing.
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);
System.Boolean . Set to true to enable scissor testing, or false to disable it.
This property is read/write.
The default value is false.
Feedback? Please provide us with your comments on this topic.