Matrix.SetValues(Single[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copy 9 values from the array into the matrix.
[Android.Runtime.Register("setValues", "([F)V", "GetSetValues_arrayFHandler")]
public virtual void SetValues (float[]? values);
[<Android.Runtime.Register("setValues", "([F)V", "GetSetValues_arrayFHandler")>]
abstract member SetValues : single[] -> unit
override this.SetValues : single[] -> unit
Parameters
- values
- Single[]
- Attributes
Remarks
Copy 9 values from the array into the matrix. Depending on the implementation of Matrix, these may be transformed into 16.16 integers in the Matrix, such that a subsequent call to getValues() will not yield exactly the same values.
Java documentation for android.graphics.Matrix.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.