Android.Graphics.Matrix.PreConcat Method
Preconcats the matrix with the specified matrix.

Syntax

[Android.Runtime.Register("preConcat", "(Landroid/graphics/Matrix;)Z", "GetPreConcat_Landroid_graphics_Matrix_Handler")]
public virtual bool PreConcat (Matrix other)

Parameters

other
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Preconcats the matrix with the specified matrix. M' = M * other

[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