Class StylusPointCollection
Represents a collection of related StylusPoint objects.
Inheritance
System.Object
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
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>, IList<StylusPoint>, ICollection<StylusPoint>, IEnumerable<StylusPoint>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceStylusPointCollection()
Initializes a new instance of the StylusPointCollection class.
Declaration
public StylusPointCollection()
Methods
| Improve this Doc View SourceAdd(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