다음을 통해 공유


Matrix44.SetValues(Single[]) Method

Definition

Replaces the Matrix's values with the values in the provided array.

[Android.Runtime.Register("setValues", "([F)V", "GetSetValues_arrayFHandler", ApiSince=35)]
public virtual void SetValues (float[] src);
[<Android.Runtime.Register("setValues", "([F)V", "GetSetValues_arrayFHandler", ApiSince=35)>]
abstract member SetValues : single[] -> unit
override this.SetValues : single[] -> unit

Parameters

src
Single[]

A float array of length 16. Floats are treated in row-major order

Attributes

Remarks

Replaces the Matrix's values with the values in the provided array.

Java documentation for android.graphics.Matrix44.setValues(float[]).

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