Matrix.GetValues(Single[]) Method

Definition

Copy 9 values from the matrix into the array.

[Android.Runtime.Register("getValues", "([F)V", "GetGetValues_arrayFHandler")]
public virtual void GetValues (float[]? values);
[<Android.Runtime.Register("getValues", "([F)V", "GetGetValues_arrayFHandler")>]
abstract member GetValues : single[] -> unit
override this.GetValues : single[] -> unit

Parameters

values
Single[]
Attributes

Remarks

Copy 9 values from the matrix into the array.

Java documentation for android.graphics.Matrix.getValues(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