ICanvasRenderingContext2D.BeginPath

ICanvasRenderingContext2D.BeginPath method

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

public void BeginPath()

See Also