Matrix.PostConcat(Matrix) Method

Definition

Postconcats the matrix with the specified matrix.

[Android.Runtime.Register("postConcat", "(Landroid/graphics/Matrix;)Z", "GetPostConcat_Landroid_graphics_Matrix_Handler")]
public virtual bool PostConcat (Android.Graphics.Matrix? other);
[<Android.Runtime.Register("postConcat", "(Landroid/graphics/Matrix;)Z", "GetPostConcat_Landroid_graphics_Matrix_Handler")>]
abstract member PostConcat : Android.Graphics.Matrix -> bool
override this.PostConcat : Android.Graphics.Matrix -> bool

Parameters

other
Matrix

Returns

Attributes

Remarks

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

Java documentation for android.graphics.Matrix.postConcat(android.graphics.Matrix).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to