Class SvgPointCollection
Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon.
Implements
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Svg.SvgUnit>.AddRange(System.Collections.Generic.IEnumerable<Svg.SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.AsReadOnly()
System.Collections.Generic.List<Svg.SvgUnit>.BinarySearch(Svg.SvgUnit)
System.Collections.Generic.List<Svg.SvgUnit>.ConvertAll<TOutput>(System.Converter<Svg.SvgUnit, TOutput>)
System.Collections.Generic.List<Svg.SvgUnit>.CopyTo(Svg.SvgUnit[])
System.Collections.Generic.List<Svg.SvgUnit>.EnsureCapacity(System.Int32)
System.Collections.Generic.List<Svg.SvgUnit>.FindIndex(System.Int32, System.Int32, System.Predicate<Svg.SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Svg.SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.FindLastIndex(System.Int32, System.Predicate<Svg.SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.ForEach(System.Action<Svg.SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.Insert(System.Int32, Svg.SvgUnit)
System.Collections.Generic.List<Svg.SvgUnit>.LastIndexOf(Svg.SvgUnit)
System.Collections.Generic.List<Svg.SvgUnit>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Svg.SvgUnit>.Sort()
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.Generic.IEnumerable<Svg.SvgUnit>.GetEnumerator()
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Svg.SvgUnit>.TrueForAll(System.Predicate<Svg.SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.Item[System.Int32]
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgPointCollectionConverter))]
public class SvgPointCollection : List<SvgUnit>, IList<SvgUnit>, ICollection<SvgUnit>, IReadOnlyList<SvgUnit>, IReadOnlyCollection<SvgUnit>, IEnumerable<SvgUnit>, IList, ICollection, IEnumerable, ICloneable
Methods
| Improve this Doc View SourceClone()
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| Object |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()
Implements
System.Collections.IEnumerable