ShapePathPointCollection

ShapePathPointCollection class

Représente tous les points du chemin de forme.

public class ShapePathPointCollection : CollectionBase<ShapePathPoint>

Constructeurs

NomLa description
ShapePathPointCollection()Default_Constructor

Propriétés

NomLa description
Capacity { get; set; }
Count { get; }
Item { get; }Obtient le point du chemin de la forme par index.
Item { get; set; }

Méthodes

NomLa description
Add(int, int)Ajoute un point de chemin.
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)

Voir également