Search
PointCollection.GetArray Method
See Also
 





Gets a Point array containing the points in this collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point[] GetArray ()

Visual Basic  Copy Code

Public Function GetArray () As Point()

 Return Value

An array of Microsoft.Maui.Graphics.Point objects containing all points in the collection.

 See Also