Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / Clear Method
The color to fill the image.
The target rectangle of the GcSkiaBitmap.

In This Topic
    Clear Method (GcSkiaBitmap)
    In This Topic
    Clears the GcSkiaBitmap with the specified color.
    Syntax
    'Declaration
     
    Public Sub Clear( _
       ByVal color As System.Drawing.Color, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void Clear( 
       System.Drawing.Color color,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    color
    The color to fill the image.
    clipRect
    The target rectangle of the GcSkiaBitmap.
    See Also