Android.Graphics.Canvas.DrawBitmap Method
Draw the bitmap using the specified matrix.

Syntax

[Android.Runtime.Register("drawBitmap", "(Landroid/graphics/Bitmap;Landroid/graphics/Matrix;Landroid/graphics/Paint;)V", "GetDrawBitmap_Landroid_graphics_Bitmap_Landroid_graphics_Matrix_Landroid_graphics_Paint_Handler")]
public virtual void DrawBitmap (Bitmap bitmap, Matrix matrix, Paint paint)

Parameters

bitmap
The bitmap to draw
matrix
The matrix used to transform the bitmap when it is drawn
paint
May be null. The paint used to draw the bitmap

Remarks

Draw the bitmap using the specified matrix.

[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