Class PointCollection
Implements
System.Collections.Generic.IList<Point>
System.Collections.Generic.ICollection<Point>
System.Collections.Generic.IEnumerable<Point>
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.Media
Assembly: OpenSilver.dll
Syntax
public sealed class PointCollection : PresentationFrameworkCollection<Point>, IList<Point>, ICollection<Point>, IEnumerable<Point>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourcePointCollection()
Initializes a new instance that is empty.
Declaration
public PointCollection()
PointCollection(IEnumerable<Point>)
Creates a PointCollection with all of the same elements as collection
Declaration
public PointCollection(IEnumerable<Point> points)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Point> | points |
PointCollection(Int32)
Initializes a new instance that is empty and has the specified initial capacity.
Declaration
public PointCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity | int - The number of elements that the new list is initially capable of storing. |
Methods
| Improve this Doc View SourceParse(String)
Declaration
public static PointCollection Parse(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source |
Returns
Type | Description |
---|---|
PointCollection |
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