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

Syntax

[Android.Runtime.Register("getPosTan", "(F[F[F)Z", "GetGetPosTan_FarrayFarrayFHandler")]
public virtual bool GetPosTan (float distance, float[] pos, float[] tan)

Parameters

distance
The distance along the current contour to sample
pos
If not null, eturns the sampled position (x==[0], y==[1])
tan
If not null, returns the sampled tangent (x==[0], y==[1])

Returns

Documentation for this section has not yet been entered.

Remarks

Pins distance to 0 <= distance <= getLength(), and then computes the corresponding position and tangent. Returns false if there is no path, or a zero-length path was specified, in which case position and tangent are 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