Search
PointCollection.Add Method
See Also
 





Adds the specified point to the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Add (
    Point point
)

Visual Basic  Copy Code

Public Sub Add( _
    point As Point _
)

 Parameters

point
The .NET Point object to add to the collection.

 See Also