CanvasDrawPath class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- CanvasDrawPath({void beginPath()?})
-
factory
Properties
- beginPath ↔ void Function()
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
getter/setter pair - clip → ({void Function([CanvasFillRule? fillRule]) $1, void Function(Path2D path, [CanvasFillRule? fillRule]) $2})
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
Overload accessor: $1, $2no setter - fill → ({void Function([CanvasFillRule? fillRule]) $1, void Function(Path2D path, [CanvasFillRule? fillRule]) $2})
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
Overload accessor: $1, $2no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- isPointInPath → ({bool Function(num x, num y, [CanvasFillRule? fillRule]) $1, bool Function(Path2D path, num x, num y, [CanvasFillRule? fillRule]) $2})
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
Overload accessor: $1, $2no setter - isPointInStroke → ({bool Function(num x, num y) $1, bool Function(Path2D path, num x, num y) $2})
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
Overload accessor: $1, $2no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stroke → ({void Function() $1, void Function(Path2D path) $2})
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
Overload accessor: $1, $2no setter
Methods
-
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