Table of Contents

Class PathFigureCollection

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll
[TypeConverter(typeof(PathFigureCollectionConverter))]
public sealed class PathFigureCollection : DependencyCollection<PathFigure>, IList<PathFigure>, ICollection<PathFigure>, IReadOnlyList<PathFigure>, IReadOnlyCollection<PathFigure>, IEnumerable<PathFigure>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IParsable<PathFigureCollection>
Inheritance
PathFigureCollection
Implements
Inherited Members

Constructors

PathFigureCollection()
PathFigureCollection(IEnumerable<PathFigure>)
PathFigureCollection(int)

Methods

CreateInstanceCore()
Parse(string)
TryParse(string?, out PathFigureCollection)