Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaGraphics Class / Clear Method
The color to fill the surface.

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

    Parameters

    color
    The color to fill the surface.
    See Also