Class PathFigureCollection
Represents a collection of PathFigure objects that collectively make up the geometry of a PathGeometry.
Inheritance
System.Object
PathFigureCollection
Implements
System.Collections.Generic.IList<PathFigure>
System.Collections.Generic.ICollection<PathFigure>
System.Collections.Generic.IEnumerable<PathFigure>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class PathFigureCollection : PresentationFrameworkCollection<PathFigure>, IDependencyObject, IList<PathFigure>, ICollection<PathFigure>, IEnumerable<PathFigure>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourcePathFigureCollection()
Initializes a new instance of the PathFigureCollection class.
Declaration
public PathFigureCollection()
PathFigureCollection(IEnumerable<PathFigure>)
Initializes a new instance of the PathFigureCollection class that contains the specified PathFigure objects.
Declaration
public PathFigureCollection(IEnumerable<PathFigure> figures)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<PathFigure> | figures | The collection of PathFigure objects which collectively make up the geometry of the Path. |
PathFigureCollection(Int32)
Initializes a new instance of the PathFigureCollection class that can initially contain the specified number of PathFigure objects.
Declaration
public PathFigureCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity | The initial capacity of this PathFigureCollection. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable