ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / CommandSink Interface / Clear Method

In This Topic
    Clear Method (CommandSink)
    In This Topic
    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