[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.RasterizerStage.SetScissorRectangle

SetScissorRectangle Method

SetScissorRectangle(int, int, int, int)

Binds a single scissor rectangle to the rasterizer stage.

Declaration
public void SetScissorRectangle(int left, int top, int right, int bottom)
Public Sub SetScissorRectangle(left As Integer, top As Integer, right As Integer, bottom As Integer)
Parameters
Type Name Description
int left
int top
int right
int bottom