Table of Contents

Class SvgText

Namespace
Svg
Assembly
Svg.dll

The SvgText element defines a graphics element consisting of text.

[SvgElement("text")]
public class SvgText : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Inheritance
SvgText
Implements
Inherited Members
Extension Methods

Constructors

SvgText()

Initializes the SvgText class.

public SvgText()

SvgText(string)

Initializes a new instance of the SvgText class.

public SvgText(string text)

Parameters

text string

The text.

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement