Class TouchPointCollection
Inheritance
System.Object
TouchPointCollection
Implements
System.Collections.Generic.IList<TouchPoint>
System.Collections.Generic.ICollection<TouchPoint>
System.Collections.Generic.IEnumerable<TouchPoint>
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
[NotImplemented]
public sealed class TouchPointCollection : PresentationFrameworkCollection<TouchPoint>, IList<TouchPoint>, ICollection<TouchPoint>, IEnumerable<TouchPoint>, IList, ICollection, IEnumerable
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