ComponentOne Bitmap for UWP
SetScissorRectangle Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > RasterizerStage Class : SetScissorRectangle Method
Binds a single scissor rectangle to the rasterizer stage.
Syntax
'Declaration
 
Public Sub SetScissorRectangle( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
) 
public void SetScissorRectangle( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

Parameters

left
top
right
bottom
See Also

Reference

RasterizerStage Class
RasterizerStage Members