Matrix2f.Multiply(Matrix2f) Method

Definition

Post-multiplies the current matrix by a given parameter

[Android.Runtime.Register("multiply", "(Landroid/renderscript/Matrix2f;)V", "GetMultiply_Landroid_renderscript_Matrix2f_Handler")]
public virtual void Multiply (Android.Renderscripts.Matrix2f? rhs);
[<Android.Runtime.Register("multiply", "(Landroid/renderscript/Matrix2f;)V", "GetMultiply_Landroid_renderscript_Matrix2f_Handler")>]
abstract member Multiply : Android.Renderscripts.Matrix2f -> unit
override this.Multiply : Android.Renderscripts.Matrix2f -> unit

Parameters

rhs
Matrix2f

right hand side to multiply by

Attributes

Remarks

Post-multiplies the current matrix by a given parameter

Java documentation for android.renderscript.Matrix2f.multiply(android.renderscript.Matrix2f).

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