Android.Graphics.PathMeasure: Method Members

The methods of Android.Graphics.PathMeasure are listed below. For a list of all members, see the PathMeasure Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetMatrix(float, Matrix, MatrixFlags) : bool
Pins distance to 0 <= distance <= getLength(), and then computes the corresponding matrix.
GetPosTan(float, float[], float[]) : bool
Pins distance to 0 <= distance <= getLength(), and then computes the corresponding position and tangent.
GetSegment(float, float, Path, bool) : bool
Given a start and stop distance, return in dst the intervening segment(s).
NextContour() : bool
Move to the next contour in the path.
SetPath(Path, bool)
Assign a new path, or null to have none.