Search
AnchorPointCollection.Insert Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Insert (
    int index,
    AnchorPoint item
)

Visual Basic  Copy Code

Public Overrides Sub Insert( _
    index As Integer, _
    item As AnchorPoint _
)

 Parameters

index

The zero-based position at which to insert the new point.

item

The point to insert.

 See Also