Table of Contents

Class SvgPathSegList

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll
public class SvgPathSegList : ISvgPathSegList, IList<ISvgPathSeg>, ICollection<ISvgPathSeg>, IEnumerable<ISvgPathSeg>, IEnumerable
Inheritance
SvgPathSegList
Implements
Inherited Members

Constructors

SvgPathSegList(ISvgPathSegList)
SvgPathSegList(string, bool)

Properties

Count

Gets the number of elements contained in the ICollection<T>.

IsClosed
IsReadOnly

Gets a value indicating whether the ICollection<T> is read-only.

this[int]
MayHaveCurves
NumberOfItems
PathScript
PathText
Points

Methods

Add(SvgPathSeg)
AppendItem(SvgPathSeg)
Clear()

Removes all items from the ICollection<T>.

Contains(SvgPathSeg)
CopyTo(SvgPathSeg[], int)
GetEndAngle(int)
GetEnumerator()
GetItem(int)
GetNextSegment(SvgPathSeg)
GetPathSegAtLength(double)
GetPreviousSegment(SvgPathSeg)
GetStartAngle(int)
GetTotalLength()
IndexOf(SvgPathSeg)
Initialize(SvgPathSeg)
Insert(int, SvgPathSeg)
InsertItemBefore(SvgPathSeg, int)
Remove(SvgPathSeg)
RemoveAt(int)

Removes the IList<T> item at the specified index.

RemoveItem(int)
ReplaceItem(SvgPathSeg, int)
ToString()

Returns a string that represents the current object.