Table of Contents

Interface ISvgPathSegList

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

This interface defines a list of SvgPathSeg objects.

public interface ISvgPathSegList : IList<ISvgPathSeg>, ICollection<ISvgPathSeg>, IEnumerable<ISvgPathSeg>, IEnumerable
Inherited Members

Properties

NumberOfItems

Methods

AppendItem(ISvgPathSeg)
GetItem(int)
Initialize(ISvgPathSeg)
InsertItemBefore(ISvgPathSeg, int)
RemoveItem(int)
ReplaceItem(ISvgPathSeg, int)