Table of Contents

Class SVGPathElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGPathElement interface corresponds to the path element.

[Value("SVGPathElement")]
public class SVGPathElement : SVGGeometryElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGTests
Inheritance
SVGPathElement
Implements
Inherited Members

Remarks

NOTE

In SVG 2 the getPathSegAtLength() and createSVGPathSeg* methods were removed and the pathLength property and the getTotalLength() and getPointAtLength() methods were moved to SVGGeometryElement.

-path SVG Element

See also on MDN

Constructors

SVGPathElement()

public SVGPathElement()