ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / RasterizerStage Class / SetScissorRectangle Method

In This Topic
    SetScissorRectangle Method
    In This Topic
    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