Matrix.PostConcat(Matrix) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.