Show / Hide Table of Contents

Class StylusPointCollection

Represents a collection of related StylusPoint objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<StylusPoint>
StylusPointCollection
Implements
System.Collections.Generic.IList<StylusPoint>
System.Collections.Generic.ICollection<StylusPoint>
System.Collections.Generic.IEnumerable<StylusPoint>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<StylusPoint>.CountProperty
PresentationFrameworkCollection<StylusPoint>.Count
PresentationFrameworkCollection<StylusPoint>.Item[Int32]
PresentationFrameworkCollection<StylusPoint>.IsFixedSize
PresentationFrameworkCollection<StylusPoint>.IsReadOnly
PresentationFrameworkCollection<StylusPoint>.IsSynchronized
PresentationFrameworkCollection<StylusPoint>.SyncRoot
PresentationFrameworkCollection<StylusPoint>.GetEnumerator()
PresentationFrameworkCollection<StylusPoint>.Add(StylusPoint)
PresentationFrameworkCollection<StylusPoint>.Clear()
PresentationFrameworkCollection<StylusPoint>.Contains(StylusPoint)
PresentationFrameworkCollection<StylusPoint>.CopyTo(Array, Int32)
PresentationFrameworkCollection<StylusPoint>.CopyTo(StylusPoint[], Int32)
PresentationFrameworkCollection<StylusPoint>.IndexOf(StylusPoint)
PresentationFrameworkCollection<StylusPoint>.Insert(Int32, StylusPoint)
PresentationFrameworkCollection<StylusPoint>.Remove(StylusPoint)
PresentationFrameworkCollection<StylusPoint>.RemoveAt(Int32)
PresentationFrameworkCollection<StylusPoint>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<StylusPoint>.IList.Add(Object)
PresentationFrameworkCollection<StylusPoint>.IList.Remove(Object)
PresentationFrameworkCollection<StylusPoint>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<StylusPoint>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<StylusPoint>.IList.IndexOf(Object)
PresentationFrameworkCollection<StylusPoint>.IList.Contains(Object)
PresentationFrameworkCollection<StylusPoint>.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.Input
Assembly: OpenSilver.dll
Syntax
public sealed class StylusPointCollection : PresentationFrameworkCollection<StylusPoint>, IDependencyObject, IList<StylusPoint>, ICollection<StylusPoint>, IEnumerable<StylusPoint>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

StylusPointCollection()

Initializes a new instance of the StylusPointCollection class.

Declaration
public StylusPointCollection()

Methods

| Improve this Doc View Source

Add(StylusPointCollection)

Adds a collection of StylusPoint objects to the collection.

Declaration
public void Add(StylusPointCollection stylusPoints)
Parameters
Type Name Description
StylusPointCollection stylusPoints

The collection of StylusPoint objects to add to the collection.

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