[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaBitmap.Clear

Clear Method

Clear(Color, Rectangle?)

Clears the GcSkiaBitmap with the specified color.

Declaration
public void Clear(Color color, Rectangle? clipRect = null)
Public Sub Clear(color As Color, Optional clipRect As Rectangle? = Nothing)
Parameters
Type Name Description
Color color

The color to fill the image.

Rectangle? clipRect

The target rectangle of the GcSkiaBitmap.