Matrix.PreConcat(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.
Preconcats the matrix with the specified matrix.
[Android.Runtime.Register("preConcat", "(Landroid/graphics/Matrix;)Z", "GetPreConcat_Landroid_graphics_Matrix_Handler")]
public virtual bool PreConcat (Android.Graphics.Matrix? other);
[<Android.Runtime.Register("preConcat", "(Landroid/graphics/Matrix;)Z", "GetPreConcat_Landroid_graphics_Matrix_Handler")>]
abstract member PreConcat : Android.Graphics.Matrix -> bool
override this.PreConcat : Android.Graphics.Matrix -> bool
Parameters
- other
- Matrix
Returns
- Attributes
Remarks
Preconcats the matrix with the specified matrix. M' = M * other
Java documentation for android.graphics.Matrix.preConcat(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.