BitmapExtensionsClear Method

Overload List

Clear(Bitmap, Color, Color, Byte) Clears the complete bitmap and fills it with the specified color.
This method is similar to Graphics.Clear but can be used for Bitmaps of any PixelFormat.
Clear(Bitmap, Color, IDitherer, Color, Byte) Clears the complete bitmap and fills it with the specified color.
This method is similar to Graphics.Clear but can be used for Bitmaps of any PixelFormat.

See Also