Android.Graphics.PathMeasure.GetMatrix Method
Pins distance to 0 <= distance <= getLength(), and then computes the corresponding matrix.

Syntax

[Android.Runtime.Register("getMatrix", "(FLandroid/graphics/Matrix;I)Z", "GetGetMatrix_FLandroid_graphics_Matrix_IHandler")]
public virtual bool GetMatrix (float distance, Matrix matrix, [Android.Runtime.GeneratedEnum] MatrixFlags flags)

Parameters

distance
The distance along the associated path
matrix
Allocated by the caller, this is set to the transformation associated with the position and tangent at the specified distance
flags
Specified what aspects should be returned in the matrix.

Returns

Documentation for this section has not yet been entered.

Remarks

Pins distance to 0 <= distance <= getLength(), and then computes the corresponding matrix. Returns false if there is no path, or a zero-length path was specified, in which case matrix is unchanged.

[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