Android.Graphics.Matrix.SetValues Method
Copy 9 values from the array into the matrix.

Syntax

[Android.Runtime.Register("setValues", "([F)V", "GetSetValues_arrayFHandler")]
public virtual void SetValues (float[] values)

Parameters

values
Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1