Android.Graphics.Canvas.GetMatrix Method
Return, in ctm, the current transformation matrix.

Syntax

[Android.Runtime.Register("getMatrix", "(Landroid/graphics/Matrix;)V", "GetGetMatrix_Landroid_graphics_Matrix_Handler")]
[System.Obsolete("deprecated")]
public virtual void GetMatrix (Matrix ctm)

Parameters

ctm
Documentation for this section has not yet been entered.

Remarks

Return, in ctm, the current transformation matrix. This does not alter the matrix in the canvas, but just returns a copy of it.

[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