Search Results for

    Show / Hide Table of Contents

    Class SvgPointCollection

    Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon.

    Inheritance
    Object
    List<SvgUnit>
    SvgPointCollection
    Implements
    IList<SvgUnit>
    ICollection<SvgUnit>
    IReadOnlyList<SvgUnit>
    IReadOnlyCollection<SvgUnit>
    IEnumerable<SvgUnit>
    IList
    ICollection
    System.Collections.IEnumerable
    ICloneable
    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)
    List<SvgUnit>.Add(SvgUnit)
    System.Collections.Generic.List<Svg.SvgUnit>.AddRange(System.Collections.Generic.IEnumerable<Svg.SvgUnit>)
    System.Collections.Generic.List<Svg.SvgUnit>.AsReadOnly()
    List<SvgUnit>.BinarySearch(Int32, Int32, SvgUnit, IComparer<SvgUnit>)
    System.Collections.Generic.List<Svg.SvgUnit>.BinarySearch(Svg.SvgUnit)
    List<SvgUnit>.BinarySearch(SvgUnit, IComparer<SvgUnit>)
    List<SvgUnit>.Clear()
    List<SvgUnit>.Contains(SvgUnit)
    System.Collections.Generic.List<Svg.SvgUnit>.ConvertAll<TOutput>(System.Converter<Svg.SvgUnit, TOutput>)
    List<SvgUnit>.CopyTo(Int32, SvgUnit[], Int32, Int32)
    System.Collections.Generic.List<Svg.SvgUnit>.CopyTo(Svg.SvgUnit[])
    List<SvgUnit>.CopyTo(SvgUnit[], Int32)
    System.Collections.Generic.List<Svg.SvgUnit>.EnsureCapacity(System.Int32)
    List<SvgUnit>.Exists(Predicate<SvgUnit>)
    List<SvgUnit>.Find(Predicate<SvgUnit>)
    List<SvgUnit>.FindAll(Predicate<SvgUnit>)
    System.Collections.Generic.List<Svg.SvgUnit>.FindIndex(System.Int32, System.Int32, System.Predicate<Svg.SvgUnit>)
    List<SvgUnit>.FindIndex(Int32, Predicate<SvgUnit>)
    List<SvgUnit>.FindIndex(Predicate<SvgUnit>)
    List<SvgUnit>.FindLast(Predicate<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>)
    List<SvgUnit>.FindLastIndex(Predicate<SvgUnit>)
    System.Collections.Generic.List<Svg.SvgUnit>.ForEach(System.Action<Svg.SvgUnit>)
    List<SvgUnit>.GetEnumerator()
    List<SvgUnit>.GetRange(Int32, Int32)
    List<SvgUnit>.IndexOf(SvgUnit)
    List<SvgUnit>.IndexOf(SvgUnit, Int32)
    List<SvgUnit>.IndexOf(SvgUnit, Int32, Int32)
    System.Collections.Generic.List<Svg.SvgUnit>.Insert(System.Int32, Svg.SvgUnit)
    List<SvgUnit>.InsertRange(Int32, IEnumerable<SvgUnit>)
    System.Collections.Generic.List<Svg.SvgUnit>.LastIndexOf(Svg.SvgUnit)
    List<SvgUnit>.LastIndexOf(SvgUnit, Int32)
    List<SvgUnit>.LastIndexOf(SvgUnit, Int32, Int32)
    List<SvgUnit>.Remove(SvgUnit)
    List<SvgUnit>.RemoveAll(Predicate<SvgUnit>)
    List<SvgUnit>.RemoveAt(Int32)
    List<SvgUnit>.RemoveRange(Int32, Int32)
    List<SvgUnit>.Reverse()
    System.Collections.Generic.List<Svg.SvgUnit>.Reverse(System.Int32, System.Int32)
    List<SvgUnit>.Slice(Int32, Int32)
    System.Collections.Generic.List<Svg.SvgUnit>.Sort()
    List<SvgUnit>.Sort(IComparer<SvgUnit>)
    List<SvgUnit>.Sort(Comparison<SvgUnit>)
    List<SvgUnit>.Sort(Int32, Int32, IComparer<SvgUnit>)
    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)
    List<SvgUnit>.IEnumerable.GetEnumerator()
    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)
    List<SvgUnit>.ToArray()
    List<SvgUnit>.TrimExcess()
    System.Collections.Generic.List<Svg.SvgUnit>.TrueForAll(System.Predicate<Svg.SvgUnit>)
    List<SvgUnit>.Capacity
    List<SvgUnit>.Count
    List<SvgUnit>.Item[Int32]
    List<SvgUnit>.ICollection<SvgUnit>.IsReadOnly
    System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.ICollection.IsSynchronized
    List<SvgUnit>.ICollection.SyncRoot
    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]
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX