ClassPointCollection
Class
Represents a collection of points
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Utilities
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class PointCollection : List<Point>, IList<Point>, ICollection<Point>, IList, ICollection, IReadOnlyList<Point>, IReadOnlyCollection<Point>, IEnumerable<Point>, IEnumerable
Inheritance: objectList<Point>PointCollection
Implements:
Inherited Members
Constructors
PointCollection()
Initializes a new instance of the PointCollection class.
Declaration
cs-api-definition
public PointCollection()