Android.Graphics.Canvas.DrawARGB Method
Fill the entire canvas' bitmap (restricted to the current clip) with the specified ARGB color, using srcover porterduff mode.

Syntax

[Android.Runtime.Register("drawARGB", "(IIII)V", "GetDrawARGB_IIIIHandler")]
public virtual void DrawARGB (int a, int r, int g, int b)

Parameters

a
alpha component (0..255) of the color to draw onto the canvas
r
red component (0..255) of the color to draw onto the canvas
g
green component (0..255) of the color to draw onto the canvas
b
blue component (0..255) of the color to draw onto the canvas

Remarks

Fill the entire canvas' bitmap (restricted to the current clip) with the specified ARGB color, using srcover porterduff mode.

[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