Class NonSvgElement
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public class NonSvgElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
| Improve this Doc View SourceNonSvgElement()
Declaration
public NonSvgElement()
NonSvgElement(String, String)
Declaration
public NonSvgElement(string elementName, string elementNamespace)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | elementName | |
| System.String | elementNamespace |
Properties
| Improve this Doc View SourceName
Publish the element name to be able to differentiate non-svg elements.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |