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
Properties
- Count
Gets the number of elements contained in the ICollection<T>.
- IsReadOnly
Gets a value indicating whether the ICollection<T> is read-only.
Methods
- Clear()
Removes all items from the ICollection<T>.
- RemoveAt(int)
Removes the IList<T> item at the specified index.
- ToString()
Returns a string that represents the current object.