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

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

    Parameters

    color
    See Also