ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext1 Class / ClearView Method

In This Topic
    ClearView Method
    In This Topic
    void ID3D11DeviceContext1::ClearView([In] ID3D11View* pView,[In] const float* Color,[In, Buffer, Optional] const RECT* pRect,[In] unsigned int NumRects)
    Syntax
    'Declaration
     
    Public Sub ClearView( _
       ByVal viewRef As ResourceView, _
       ByVal color As System.Single, _
       ByVal rectRef() As RectL, _
       ByVal numRects As System.Integer _
    ) 
    public void ClearView( 
       ResourceView viewRef,
       System.float color,
       RectL[] rectRef,
       System.int numRects
    )

    Parameters

    viewRef
    color
    rectRef
    numRects
    See Also