Search
PointCollection Class
See Also
 






Represents a strongly-typed collection of points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class PointCollection : List<Point>

Visual Basic  Copy Code

Public Class PointCollection
    Inherits List(Of Point)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(Point)
        MindFusion.Diagramming.PointCollection

 See Also