[]
Clears the GcSkiaBitmap with the specified color.
public void Clear(Color color, Rectangle? clipRect = null)
Public Sub Clear(color As Color, Optional clipRect As Rectangle? = Nothing)
Type | Name | Description |
---|---|---|
Color | color | The color to fill the image. |
Rectangle? | clipRect | The target rectangle of the GcSkiaBitmap. |