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