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

Syntax

[Android.Runtime.Register("mapPoints", "([F)V", "GetMapPoints_arrayFHandler")]
public virtual void MapPoints (float[] pts)

Parameters

pts
The array [x0, y0, x1, y1, ...] of points to transform.

Remarks

Apply this matrix to the array of 2D points, and write the transformed points back into the array

[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