CanvasDrawPath$Typings extension
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 - 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 - stroke → ({void Function() $1, void Function(Path2D path) $2})
-
Available on CanvasDrawPath, provided by the CanvasDrawPath$Typings extension
Overload accessor: $1, $2no setter