Android.Graphics.Matrix.SetPolyToPoly Method
Set the matrix such that the specified src points would map to the specified dst points.

Syntax

[Android.Runtime.Register("setPolyToPoly", "([FI[FII)Z", "GetSetPolyToPoly_arrayFIarrayFIIHandler")]
public virtual bool SetPolyToPoly (float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount)

Parameters

src
The array of src [x,y] pairs (points)
srcIndex
Index of the first pair of src values
dst
The array of dst [x,y] pairs (points)
dstIndex
Index of the first pair of dst values
pointCount
The number of pairs/points to be used. Must be [0..4]

Returns

Documentation for this section has not yet been entered.

Remarks

Set the matrix such that the specified src points would map to the specified dst points. The "points" are represented as an array of floats, order [x0, y0, x1, y1, ...], where each "point" is 2 float values.

[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