Matrix44.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.
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.