SVGPathElementCreateSVGPathSegClosePath Method |
Returns a stand-alone, parentless SVGPathSegClosePath object.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic SVGPathSegClosePath CreateSVGPathSegClosePath()
Public Function CreateSVGPathSegClosePath As SVGPathSegClosePath
public:
SVGPathSegClosePath^ CreateSVGPathSegClosePath()
member CreateSVGPathSegClosePath : unit -> SVGPathSegClosePath
Return Value
Type:
SVGPathSegClosePathA stand-alone, parentless SVGPathSegClosePath object.
See Also