Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ICommandSink Interface / Clear Method

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