PathMeasure class abstract
Constructors
Properties
Methods
-
atDistance(
double distance) → (Vec2D, Vec2D) -
atPercentage(
double percentage) → (Vec2D, Vec2D, double) -
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
make(
RenderPath renderPath, {double tolerance = kDefaultTolerance}) → PathMeasure
Constants
- kDefaultTolerance → const double