createSVGPathSegClosePath method
Returns a stand-alone, parentless SVGPathSegClosePath object.
![]() ![]() |
Syntax
ISVGPathSegClosePath retVal = object.createSVGPathSegClosePath();
Parameters
This method has no parameters.
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
Remarks
The ISVGPathElement::createSVGPathSegClosePath method returns a stand-alone, parentless straight line from the current point to the initial point of the current subpath.
Show:

