Android.Renderscripts.Matrix2f.LoadMultiply Method
Sets current values to be the result of multiplying two given matrices

Syntax

[Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix2f;Landroid/renderscript/Matrix2f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix2f_Landroid_renderscript_Matrix2f_Handler")]
public virtual void LoadMultiply (Matrix2f lhs, Matrix2f rhs)

Parameters

lhs
left hand side matrix
rhs
right hand side matrix

Remarks

Sets current values to be the result of multiplying two given matrices

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11