Matrix4f.Load(Matrix4f) Method

Definition

Sets the values of the matrix to those of the parameter

[Android.Runtime.Register("load", "(Landroid/renderscript/Matrix4f;)V", "GetLoad_Landroid_renderscript_Matrix4f_Handler")]
public virtual void Load (Android.Renderscripts.Matrix4f? src);
[<Android.Runtime.Register("load", "(Landroid/renderscript/Matrix4f;)V", "GetLoad_Landroid_renderscript_Matrix4f_Handler")>]
abstract member Load : Android.Renderscripts.Matrix4f -> unit
override this.Load : Android.Renderscripts.Matrix4f -> unit

Parameters

src
Matrix4f

matrix to load the values from

Attributes

Remarks

Sets the values of the matrix to those of the parameter

Java documentation for android.renderscript.Matrix4f.load(android.renderscript.Matrix4f).

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