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
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1