Android.Graphics.Matrix.SetConcat Method
Set the matrix to the concatenation of the two specified matrices and return true.

Syntax

[Android.Runtime.Register("setConcat", "(Landroid/graphics/Matrix;Landroid/graphics/Matrix;)Z", "GetSetConcat_Landroid_graphics_Matrix_Landroid_graphics_Matrix_Handler")]
public virtual bool SetConcat (Matrix a, Matrix b)

Parameters

a
Documentation for this section has not yet been entered.
b
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Set the matrix to the concatenation of the two specified matrices and return true.

Either of the two matrices may also be the target matrix, that is matrixA.setConcat(matrixA, matrixB); is valid.

In NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#GINGERBREAD_MR1 and below, this function returns true only if the result can be represented. In NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#HONEYCOMB and above, it always returns true.

[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