Path2D Constructor (Path2D) |
returns a newly instantiated Path2D object with another path as an argument (creates a copy)
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Path2D(
Path2D path
)
Public Sub New (
path As Path2D
)
public:
Path2D(
Path2D^ path
)
new :
path : Path2D -> Path2D
Parameters
- path
- Type: Aspose.Html.Dom.CanvasPath2D
When invoked with another Path2D object, a copy of the path argument is created
See Also