ShapePathPointCollection
ShapePathPointCollection class
Representa todos los puntos de ruta de forma.
public class ShapePathPointCollection : CollectionBase<ShapePathPoint>
Constructores
Propiedades
| Nombre | Descripción |
|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Obtiene el punto de ruta de forma por index. |
| Item { get; set; } | |
Métodos
| Nombre | Descripción |
|---|
| Add(int, int) | Agrega un punto de ruta. |
| 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) | |
Ver también