Android.Graphics.Matrix.MapVectors Method
Apply this matrix to the array of 2D vectors, and write the transformed vectors back into the array.

Syntax

[Android.Runtime.Register("mapVectors", "([F)V", "GetMapVectors_arrayFHandler")]
public virtual void MapVectors (float[] vecs)

Parameters

vecs
The array [x0, y0, x1, y1, ...] of vectors to transform.

Remarks

Apply this matrix to the array of 2D vectors, and write the transformed vectors back into the array. Note: this method does not apply the translation associated with the matrix. Use Matrix.MapPoints(Single[]) if you want the translation to be applied.

[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