Class SvgPointCollection
- Namespace
- Svg
- Assembly
- Svg.dll
Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon.
[TypeConverter(typeof(SvgPointCollectionConverter))]
public class SvgPointCollection : List<SvgUnit>, IList<SvgUnit>, ICollection<SvgUnit>, IReadOnlyList<SvgUnit>, IReadOnlyCollection<SvgUnit>, IEnumerable<SvgUnit>, IList, ICollection, IEnumerable, ICloneable
- Inheritance
-
SvgPointCollection
- Implements
- Inherited Members
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.