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

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void BeginPath()
See Also