C# Class AngleSharp.Svg.Dom.SvgSvgElement

Represents the svg element of the SVG DOM.
Inheritance: AngleSharp.Svg.Dom.SvgElement, ISvgSvgElement
Datei anzeigen Open project: josdion/subbuzz

Public Methods

Method Description
SvgSvgElement ( Document owner, String prefix = null ) : AngleSharp.Dom

Method Details

SvgSvgElement() public method

public SvgSvgElement ( Document owner, String prefix = null ) : AngleSharp.Dom
owner Document
prefix String
return AngleSharp.Dom