The members of Android.Graphics.PathMeasure are listed below.
See Also: Inherited members from Java.Lang.Object
Create an empty PathMeasure object. | ||
Create a PathMeasure object associated with the specified path object (already created and specified). |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |