Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / Clear Method / Clear(Color) Method

In This Topic
    Clear(Color) Method
    In This Topic
    Clears the image with the specified color.
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal color As System.Drawing.Color _
    ) 
    public void Clear( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also