Clear Method (GcSkiaBitmap)
In This Topic
Clears the
GcSkiaBitmap with the specified color.
Syntax
'Declaration
Public Sub Clear( _
ByVal As System.Drawing.Color, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void Clear(
System.Drawing.Color ,
System.Nullable<Rectangle>
)
Parameters
- color
- The color to fill the image.
- clipRect
- The target rectangle of the GcSkiaBitmap.
See Also