Interface ISvgNode
Namespace: Svg
Assembly: Svg.dll
Syntax
public interface ISvgNode
Properties
| Improve this Doc View SourceContent
Declaration
string Content { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceDeepCopy()
Create a deep copy of this ISvgNode.
Declaration
ISvgNode DeepCopy()
Returns
| Type | Description |
|---|---|
| ISvgNode | A deep copy of this ISvgNode |