Search
PointCollection Constructor (Point[])
See Also
 





Initializes a new instance of the PointCollection class with the specified point values.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointCollection (
    Point[] points
)

Visual Basic  Copy Code

Public New ( _
    points() As Point _
)

 Parameters

points

An array of Microsoft.Maui.Graphics.Point values that supplies the elements initially contained in the collection.

 See Also