Class StrokeCollection
Represents a collection of Stroke objects.
Implements
System.Collections.Generic.IList<Stroke>
System.Collections.Generic.ICollection<Stroke>
System.Collections.Generic.IEnumerable<Stroke>
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.Ink
Assembly: OpenSilver.dll
Syntax
public sealed class StrokeCollection : PresentationFrameworkCollection<Stroke>, IList<Stroke>, ICollection<Stroke>, IEnumerable<Stroke>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceStrokeCollection()
Initializes a new instance of the StrokeCollection class.
Declaration
public StrokeCollection()
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