Table of Contents

Class PathSegmentCollection

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll
public sealed class PathSegmentCollection : DependencyCollection<PathSegment>, IList<PathSegment>, ICollection<PathSegment>, IReadOnlyList<PathSegment>, IReadOnlyCollection<PathSegment>, IEnumerable<PathSegment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance
PathSegmentCollection
Implements
Inherited Members

Constructors

PathSegmentCollection()
PathSegmentCollection(IEnumerable<PathSegment>)
PathSegmentCollection(int)

Methods

CreateInstanceCore()