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", "([F[F)V", "GetMapPoints_arrayFarrayFHandler")]
public virtual void MapPoints (float[] dst, float[] src)

Parameters

dst
The array of dst points (x,y pairs)
src
The array of src points (x,y pairs)

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