Points Class

Namespace
Avalonia
Interfaces
Base Types
graph BT Type-->Base0["AvaloniaList<Point>"] Base0-->Base1["object"] Type-.->Interface0["IAvaloniaList<Point>"] Type-.->Interface1["IList<Point>"] Type-.->Interface2["ICollection<Point>"] Type-.->Interface3["IAvaloniaReadOnlyList<Point>"] Type-.->Interface4["IReadOnlyList<Point>"] Type-.->Interface5["IReadOnlyCollection<Point>"] Type-.->Interface6["IEnumerable<Point>"] Type-.->Interface7["INotifyCollectionChanged"] Type-.->Interface8["INotifyPropertyChanged"] Type-.->Interface9["IList"] Type-.->Interface10["ICollection"] Type-.->Interface11["IEnumerable"] Type-.->Interface12["INotifyCollectionChangedDebug"] click Interface12 "/api/Avalonia.Diagnostics/INotifyCollectionChangedDebug" Type["Points"] class Type type-node

Syntax

public sealed class Points : AvaloniaList<Point>, IAvaloniaList<Point>, IList<Point>, 
    ICollection<Point>, IAvaloniaReadOnlyList<Point>, IReadOnlyList<Point>, 
    IReadOnlyCollection<Point>, IEnumerable<Point>, INotifyCollectionChanged, 
    INotifyPropertyChanged, IList, ICollection, IEnumerable, INotifyCollectionChangedDebug

Extension Methods

Name Value Summary
CreateDerivedList<Point, TDerived>(Func<Point, TDerived>) IAvaloniaReadOnlyList<TDerived>
ForEachItem<Point>(Action<int, Point>, Action<int, Point>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
ForEachItem<Point>(Action<Point>, Action<Point>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
TrackItemPropertyChanged<Point>(Action<Tuple<object, PropertyChangedEventArgs>>) IDisposable
Listens for property changed events from all items in a collection.