Class
PointCollection

Represents a collection of points

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.Utilities

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class PointCollection : List<Point>, IList<Point>, ICollection<Point>, IList, ICollection, IReadOnlyList<Point>, IReadOnlyCollection<Point>, IEnumerable<Point>, IEnumerable

Inheritance: objectList<Point>PointCollection

Implements: ICollectionICollection<Point>IEnumerableIEnumerable<Point>IListIList<Point>IReadOnlyCollection<Point>IReadOnlyList<Point>

Inherited Members List<Point>.Add(Point)List<Point>.AddRange(IEnumerable<Point>)List<Point>.AsReadOnly()List<Point>.BinarySearch(int, int, Point, IComparer<Point>)List<Point>.BinarySearch(Point)List<Point>.BinarySearch(Point, IComparer<Point>)List<Point>.Clear()List<Point>.Contains(Point)List<Point>.ConvertAll<TOutput>(Converter<Point, TOutput>)List<Point>.CopyTo(Point[])List<Point>.CopyTo(int, Point[], int, int)List<Point>.CopyTo(Point[], int)List<Point>.Exists(Predicate<Point>)List<Point>.Find(Predicate<Point>)List<Point>.FindAll(Predicate<Point>)List<Point>.FindIndex(Predicate<Point>)List<Point>.FindIndex(int, Predicate<Point>)List<Point>.FindIndex(int, int, Predicate<Point>)List<Point>.FindLast(Predicate<Point>)List<Point>.FindLastIndex(Predicate<Point>)List<Point>.FindLastIndex(int, Predicate<Point>)List<Point>.FindLastIndex(int, int, Predicate<Point>)List<Point>.ForEach(Action<Point>)List<Point>.GetEnumerator()List<Point>.GetRange(int, int)List<Point>.IndexOf(Point)List<Point>.IndexOf(Point, int)List<Point>.IndexOf(Point, int, int)List<Point>.Insert(int, Point)List<Point>.InsertRange(int, IEnumerable<Point>)List<Point>.LastIndexOf(Point)List<Point>.LastIndexOf(Point, int)List<Point>.LastIndexOf(Point, int, int)List<Point>.Remove(Point)List<Point>.RemoveAll(Predicate<Point>)List<Point>.RemoveAt(int)List<Point>.RemoveRange(int, int)List<Point>.Reverse()List<Point>.Reverse(int, int)List<Point>.Sort()List<Point>.Sort(IComparer<Point>)List<Point>.Sort(int, int, IComparer<Point>)List<Point>.Sort(Comparison<Point>)List<Point>.ToArray()List<Point>.TrimExcess()List<Point>.TrueForAll(Predicate<Point>)List<Point>.CapacityList<Point>.CountList<Point>.this[int]

Constructors

PointCollection()

Initializes a new instance of the PointCollection class.

Declaration

cs-api-definition
public PointCollection()
In this article
DefinitionConstructorsPointCollection()
Not finding the help you need?
Contact Support