Android.Graphics.Canvas.DrawBitmap Method
Legacy version of drawBitmap(int[] colors, ...) that took ints for x,y

Syntax

[Android.Runtime.Register("drawBitmap", "([IIIIIIIZLandroid/graphics/Paint;)V", "GetDrawBitmap_arrayIIIIIIIZLandroid_graphics_Paint_Handler")]
[System.Obsolete("deprecated")]
public virtual void DrawBitmap (int[] colors, int offset, int stride, int x, int y, int width, int height, bool hasAlpha, Paint paint)

Parameters

colors
Documentation for this section has not yet been entered.
offset
Documentation for this section has not yet been entered.
stride
Documentation for this section has not yet been entered.
x
Documentation for this section has not yet been entered.
y
Documentation for this section has not yet been entered.
width
Documentation for this section has not yet been entered.
height
Documentation for this section has not yet been entered.
hasAlpha
Documentation for this section has not yet been entered.
paint
Documentation for this section has not yet been entered.

Remarks

Legacy version of drawBitmap(int[] colors, ...) that took ints for x,y

[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