Path2D Constructor (String) |
returns a newly instantiated Path2D object with a string consisting of SVG path data.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Path2D(
string d
)
Public Sub New (
d As String
)
public:
Path2D(
String^ d
)
new :
d : string -> Path2D
Parameters
- d
- Type: SystemString
The string consisting of SVG path data
See Also