ASP.NET Pack Programmer's Guide
PointCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Insert (
    int index,
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

index
The zero-based index at which to insert the point.
point
The PointF object to add to the collection.

 See Also

PointCollection Members
PointCollection Class
MindFusion.Diagramming Namespace