Search
PointCollection.Insert Method
See Also
 





Inserts the specified point in the collection at the specified position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Insert (
    int index,
    Point point
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    point As Point _
)

 Parameters

index
The zero-based index at which to insert the point.
point
The Microsoft.Maui.Graphics.Point to add to the collection.

 See Also