Canvas.beginPath

Starts a new path by emptying the list of sub-paths. Call this method when you want to create a new path.

struct Canvas
public nothrow @nogc
void
beginPath
()

Meta