IRenderingContext2D.beginPath

The context always has a current default path. There is only one current path, it is not part of the drawing state. Resets the current path, and move the cursor to (x, y).

interface IRenderingContext2D
void
beginPath
(
float x
,
float y
)

Meta