Android.Graphics.Matrix.PostConcat Method
Postconcats the matrix with the specified matrix.

Syntax

[Android.Runtime.Register("postConcat", "(Landroid/graphics/Matrix;)Z", "GetPostConcat_Landroid_graphics_Matrix_Handler")]
public virtual bool PostConcat (Matrix other)

Parameters

other
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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