Show / Hide Table of Contents

Class PathFigureCollection

Represents a collection of PathFigure objects that collectively make up the geometry of a PathGeometry.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<PathFigure>
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
PresentationFrameworkCollection<PathFigure>.CountProperty
PresentationFrameworkCollection<PathFigure>.Count
PresentationFrameworkCollection<PathFigure>.Item[Int32]
PresentationFrameworkCollection<PathFigure>.IsFixedSize
PresentationFrameworkCollection<PathFigure>.IsReadOnly
PresentationFrameworkCollection<PathFigure>.IsSynchronized
PresentationFrameworkCollection<PathFigure>.SyncRoot
PresentationFrameworkCollection<PathFigure>.GetEnumerator()
PresentationFrameworkCollection<PathFigure>.Add(PathFigure)
PresentationFrameworkCollection<PathFigure>.Clear()
PresentationFrameworkCollection<PathFigure>.Contains(PathFigure)
PresentationFrameworkCollection<PathFigure>.CopyTo(Array, Int32)
PresentationFrameworkCollection<PathFigure>.CopyTo(PathFigure[], Int32)
PresentationFrameworkCollection<PathFigure>.IndexOf(PathFigure)
PresentationFrameworkCollection<PathFigure>.Insert(Int32, PathFigure)
PresentationFrameworkCollection<PathFigure>.Remove(PathFigure)
PresentationFrameworkCollection<PathFigure>.RemoveAt(Int32)
PresentationFrameworkCollection<PathFigure>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<PathFigure>.IList.Add(Object)
PresentationFrameworkCollection<PathFigure>.IList.Remove(Object)
PresentationFrameworkCollection<PathFigure>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<PathFigure>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<PathFigure>.IList.IndexOf(Object)
PresentationFrameworkCollection<PathFigure>.IList.Contains(Object)
PresentationFrameworkCollection<PathFigure>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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 Source

PathFigureCollection()

Initializes a new instance of the PathFigureCollection class.

Declaration
public PathFigureCollection()
| Improve this Doc View Source

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.

| Improve this Doc View Source

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

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source