Search
PointList.Insert Method
See Also
 






Inserts the specified point at the specified index within the list.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 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