Android.Graphics.Bitmap.EraseColor Method
Fills the bitmap's pixels with the specified Android.Graphics._Color.

Syntax

[Android.Runtime.Register("eraseColor", "(I)V", "")]
public void EraseColor (int c)

Parameters

c
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the bitmap is not mutable.

Remarks

Fills the bitmap's pixels with the specified Android.Graphics._Color.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1