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()andcreateSVGPathSeg*methods were removed and thepathLengthproperty and thegetTotalLength()andgetPointAtLength()methods were moved to SVGGeometryElement.
-path SVG Element
Constructors
SVGPathElement()
public SVGPathElement()