Android.Graphics.PathMeasure Members

The members of Android.Graphics.PathMeasure are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create an empty PathMeasure object.
Create a PathMeasure object associated with the specified path object (already created and specified).

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsClosedbool. Return true if the current contour is closed()
[read-only]
Lengthfloat. Return the total length of the current contour, or 0 if no path is associated with this measure object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.