C# Class Svg.SvgDefinitionList

Inheritance: SvgElement
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
DeepCopy ( ) : SvgElement
SvgDefinitionList ( ) : System

Initializes a new instance of the SvgDefinitionList class.

Protected Methods

Method Description
Render ( SvgRenderer renderer ) : void

Renders the SvgElement and contents to the specified SvgRenderer object.

Method Details

DeepCopy() public method

public DeepCopy ( ) : SvgElement
return SvgElement

Render() protected method

Renders the SvgElement and contents to the specified SvgRenderer object.
protected Render ( SvgRenderer renderer ) : void
renderer SvgRenderer The object to render to.
return void

SvgDefinitionList() public method

Initializes a new instance of the SvgDefinitionList class.
public SvgDefinitionList ( ) : System
return System