ShapePathPointCollection

ShapePathPointCollection class

Rappresenta tutti i punti del percorso forma.

public class ShapePathPointCollection : CollectionBase<ShapePathPoint>

Costruttori

NomeDescrizione
ShapePathPointCollection()Default_Costruttore

Proprietà

NomeDescrizione
Capacity { get; set; }
Count { get; }
Item { get; }Ottiene il punto del percorso della forma in base all’indice.
Item { get; set; }

Metodi

NomeDescrizione
Add(int, int)Aggiunge un punto di percorso.
BinarySearch(ShapePathPoint)
BinarySearch(ShapePathPoint, IComparer<ShapePathPoint>)
BinarySearch(int, int, ShapePathPoint, IComparer<ShapePathPoint>)
Clear()
Contains(ShapePathPoint)
CopyTo(ShapePathPoint[])
CopyTo(ShapePathPoint[], int)
CopyTo(int, ShapePathPoint[], int, int)
Exists(Predicate<ShapePathPoint>)
Find(Predicate<ShapePathPoint>)
FindAll(Predicate<ShapePathPoint>)
FindIndex(Predicate<ShapePathPoint>)
FindIndex(int, Predicate<ShapePathPoint>)
FindIndex(int, int, Predicate<ShapePathPoint>)
FindLast(Predicate<ShapePathPoint>)
FindLastIndex(Predicate<ShapePathPoint>)
FindLastIndex(int, Predicate<ShapePathPoint>)
FindLastIndex(int, int, Predicate<ShapePathPoint>)
GetEnumerator()
IndexOf(ShapePathPoint)
IndexOf(ShapePathPoint, int)
IndexOf(ShapePathPoint, int, int)
LastIndexOf(ShapePathPoint)
LastIndexOf(ShapePathPoint, int)
LastIndexOf(ShapePathPoint, int, int)
RemoveAt(int)

Guarda anche