Android.Graphics.Matrix.MapPoints Method
Apply this matrix to the array of 2D points specified by src, and write the transformed points into the array of points specified by dst.

Syntax

[Android.Runtime.Register("mapPoints", "([FI[FII)V", "GetMapPoints_arrayFIarrayFIIHandler")]
public virtual void MapPoints (float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount)

Parameters

dst
The array of dst points (x,y pairs)
dstIndex
The index of the first [x,y] pair of dst floats
src
The array of src points (x,y pairs)
srcIndex
The index of the first [x,y] pair of src floats
pointCount
The number of points (x,y pairs) to transform

Remarks

Apply this matrix to the array of 2D points specified by src, and write the transformed points into the array of points specified by dst. The two arrays represent their "points" as pairs of floats [x, y].

[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