RenderStateManager.ScissorTestEnable Property (Microsoft.DirectX.Direct3D)
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.