Search
PointCollection.Add Method
See Also
 





Adds the specified point to the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Add (
    Point point
)

Visual Basic  Copy Code

Public Sub Add( _
    point As Point _
)

 Parameters

point

The Microsoft.Maui.Graphics.Point to add to the collection.

 See Also