Interface

Path2D

Path2D

This Canvas 2D API interface is used to declare a path that can then be used on a CanvasRenderingContext2D object. The path methods of the CanvasRenderingContext2D interface are also present on this interface, which gives you the convenience of being able to retain and replay your path whenever desired.

View Source js/lib.dom.d.ts, line 5402

Members

void

# addPath

Adds to the path the path given by the argument.

View Source js/lib.dom.d.ts, line 5405