Path2DAddPath Method (Path2D) |
Adds to the path the path given by the argument.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void AddPath(
Path2D path
)
Public Sub AddPath (
path As Path2D
)
public:
void AddPath(
Path2D^ path
)
member AddPath :
path : Path2D -> unit
Parameters
- path
- Type: Aspose.Html.Dom.CanvasPath2D
A Path2D path to add.
See Also