PathFigures Class

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

Syntax

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

Methods

Name Value Summary
Parse(string) PathFigures
Parses the specified path data to a PathFigures.
static

Extension Methods

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