ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    ) 
    public void SetScissorRectangle( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also