ComponentOne Bitmap for UWP
Clear Method (CommandSink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > CommandSink Interface : Clear Method
HRESULT ID2D1CommandSink::Clear([In, Optional] const D2D_COLOR_F* color)
Syntax
'Declaration
 
Sub Clear( _
   Optional ByVal color As System.Nullable(Of ColorF) _
) 
void Clear( 
   System.Nullable<ColorF> color
)

Parameters

color
See Also

Reference

CommandSink Interface
CommandSink Members