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