Path2DAddPath Method (Path2D)
Adds to the path the path given by the argument.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void AddPath(
	Path2D path
)

Parameters

path
Type: Aspose.Html.Dom.CanvasPath2D
A Path2D path to add.
See Also