RasterCaps.SupportsScissorTest Property (Microsoft.DirectX.Direct3D)
Determines whether the device supports scissor testing.
Definition
Visual Basic Public ReadOnly Property SupportsScissorTest As Boolean C# public bool SupportsScissorTest { get; } C++ public:
property bool SupportsScissorTest {
bool get();
}JScript public function get SupportsScissorTest() : boolean
Property Value
System.Boolean
Value that is true if the device supports scissor testing, or false if it does not.This property is read-only.