Android.Graphics.Canvas.Concat Method
Preconcat the current matrix with the specified matrix.

Syntax

[Android.Runtime.Register("concat", "(Landroid/graphics/Matrix;)V", "GetConcat_Landroid_graphics_Matrix_Handler")]
public virtual void Concat (Matrix matrix)

Parameters

matrix
The matrix to preconcatenate with the current matrix

Remarks

Preconcat the current matrix with the specified matrix. If the specified matrix is null, this method does nothing.

[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