Android.Graphics.Camera.ApplyToCanvas Method
Computes the matrix corresponding to the current transformation and applies it to the specified Canvas.

Syntax

[Android.Runtime.Register("applyToCanvas", "(Landroid/graphics/Canvas;)V", "GetApplyToCanvas_Landroid_graphics_Canvas_Handler")]
public virtual void ApplyToCanvas (Canvas canvas)

Parameters

canvas
The Canvas to set the transform matrix onto

Remarks

Computes the matrix corresponding to the current transformation and applies it to the specified Canvas.

[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