Show / Hide Table of Contents

Class GeometryCollection

Represents a collection of Geometry objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<Geometry>
GeometryCollection
Implements
System.Collections.Generic.IList<Geometry>
System.Collections.Generic.ICollection<Geometry>
System.Collections.Generic.IEnumerable<Geometry>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<Geometry>.CountProperty
PresentationFrameworkCollection<Geometry>.Count
PresentationFrameworkCollection<Geometry>.Item[Int32]
PresentationFrameworkCollection<Geometry>.IsFixedSize
PresentationFrameworkCollection<Geometry>.IsReadOnly
PresentationFrameworkCollection<Geometry>.IsSynchronized
PresentationFrameworkCollection<Geometry>.SyncRoot
PresentationFrameworkCollection<Geometry>.GetEnumerator()
PresentationFrameworkCollection<Geometry>.Add(Geometry)
PresentationFrameworkCollection<Geometry>.Clear()
PresentationFrameworkCollection<Geometry>.Contains(Geometry)
PresentationFrameworkCollection<Geometry>.CopyTo(Array, Int32)
PresentationFrameworkCollection<Geometry>.CopyTo(Geometry[], Int32)
PresentationFrameworkCollection<Geometry>.IndexOf(Geometry)
PresentationFrameworkCollection<Geometry>.Insert(Int32, Geometry)
PresentationFrameworkCollection<Geometry>.Remove(Geometry)
PresentationFrameworkCollection<Geometry>.RemoveAt(Int32)
PresentationFrameworkCollection<Geometry>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<Geometry>.IList.Add(Object)
PresentationFrameworkCollection<Geometry>.IList.Remove(Object)
PresentationFrameworkCollection<Geometry>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<Geometry>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<Geometry>.IList.IndexOf(Object)
PresentationFrameworkCollection<Geometry>.IList.Contains(Object)
PresentationFrameworkCollection<Geometry>.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 GeometryCollection : PresentationFrameworkCollection<Geometry>, IDependencyObject, IList<Geometry>, ICollection<Geometry>, IEnumerable<Geometry>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

GeometryCollection()

Initializes a new instance of the GeometryCollection class.

Declaration
public GeometryCollection()

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