Transforms Class

Namespace
Avalonia.Media
Interfaces
Base Types
graph BT Type-->Base0["AvaloniaList<Transform>"] Base0-->Base1["object"] Type-.->Interface0["IAvaloniaList<Transform>"] Type-.->Interface1["IList<Transform>"] Type-.->Interface2["ICollection<Transform>"] Type-.->Interface3["IAvaloniaReadOnlyList<Transform>"] Type-.->Interface4["IReadOnlyList<Transform>"] Type-.->Interface5["IReadOnlyCollection<Transform>"] Type-.->Interface6["IEnumerable<Transform>"] 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["Transforms"] class Type type-node

Syntax

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

Extension Methods

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