PathFigure class

The fiure to paint a path.

Inheritance

Constructors

PathFigure(Path path, Paint style)
Creates a path figure.

Properties

hashCode int
The hash code for this object.
no setterinherited
path Path
The path to paint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Paint
The style for painting.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
Paints this figure.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited