BitmapDataExtensionsClear Method

Overload List

Clear(IWritableBitmapData, Color32, IDitherer) Clears the content of the specified bitmapData and fills it with the specified color.
Clear(IWritableBitmapData, Color32, IDitherer, ParallelConfig) Clears the content of the specified bitmapData and fills it with the specified color.
Clear(IWritableBitmapData, IAsyncContext, Color32, IDitherer) Clears the content of the specified bitmapData and fills it with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.

See Also