Class SvgDefinitionList
Represents a list of re-usable SVG components.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("defs")]
public class SvgDefinitionList : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |
Overrides
| Improve this Doc View SourceRender(ISvgRenderer)
Renders the SvgElement and contents to the specified ISvgRenderer object.
Declaration
protected override void Render(ISvgRenderer renderer)
Parameters
| Type | Name | Description |
|---|---|---|
| ISvgRenderer | renderer | The ISvgRenderer object to render to. |