MindFusion.Wpf Pack Programmer's Guide
PointCollection.Insert Method
See Also
 





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

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

 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 Point object to add to the collection.

 See Also

PointCollection Members
PointCollection Class
MindFusion.Diagramming.Wpf Namespace