Table of Contents

Class SvgLengthList

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

This interface defines a list of SvgLength objects

public sealed class SvgLengthList : SvgList<ISvgLength>, IEnumerable<ISvgLength>, IEnumerable, ISvgLengthList
Inheritance
SvgLengthList
Implements
Inherited Members

Constructors

SvgLengthList()
SvgLengthList(string)
SvgLengthList(string, string, SvgElement, SvgLengthDirection)

Methods

FromString(string)