PathFigures Class

Namespace
Avalonia.Media
Interfaces
Base Types
PathFigures
AvaloniaList
object
IAvaloniaList
IList
ICollection
IAvaloniaReadOnlyList
IReadOnlyList
IReadOnlyCollection
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
IList
ICollection
IEnumerable

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.