ComponentOne Bitmap for UWP
ClearView Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext1 Class : ClearView Method
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

Reference

DeviceContext1 Class
DeviceContext1 Members