SetScissorRectangle Method
In This Topic
Binds a single scissor rectangle to the rasterizer stage.
Syntax
'Declaration
Public Sub SetScissorRectangle( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetScissorRectangle(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- left
- top
- right
- bottom
See Also