Android.Graphics.Canvas.Matrix Property
Return a new matrix with a copy of the canvas' current transformation matrix.

Syntax

[get: Android.Runtime.Register("getMatrix", "()Landroid/graphics/Matrix;", "GetGetMatrixHandler")]
[set: Android.Runtime.Register("setMatrix", "(Landroid/graphics/Matrix;)V", "GetSetMatrix_Landroid_graphics_Matrix_Handler")]
public Matrix Matrix { get; set; }

See Also

Canvas.Concat(Matrix)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return a new matrix with a copy of the canvas' current transformation matrix.

Set method documentation [Android Documentation]

Completely replace the current matrix with the specified matrix. If the matrix parameter is null, then the current matrix is reset to identity. Note: it is recommended to use Canvas.Concat(Matrix), Canvas.Scale(float, System.Single), Canvas.Translate(float, System.Single) and Canvas.Rotate(float) instead of this method.

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1