C# Class Svg.SvgDefinitionList

Inheritance: SvgElement
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
DeepCopy ( ) : SvgElement
SvgDefinitionList ( ) : System

Initializes a new instance of the SvgDefinitionList class.

Méthodes protégées

Méthode Description
Render ( SvgRenderer renderer ) : void

Renders the SvgElement and contents to the specified SvgRenderer object.

Method Details

DeepCopy() public méthode

public DeepCopy ( ) : SvgElement
Résultat SvgElement

Render() protected méthode

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

SvgDefinitionList() public méthode

Initializes a new instance of the SvgDefinitionList class.
public SvgDefinitionList ( ) : System
Résultat System