[]
Clears the GcBitmap 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 GcBitmap. |
Clears the GcBitmap with the specified color.
public void Clear(uint color = 16777215, Rectangle? clipRect = null)
Public Sub Clear(Optional color As UInteger = 16777215, Optional clipRect As Rectangle? = Nothing)