Search
AnchorPointCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Insert (
    int index,
    AnchorPoint point
)

Visual Basic  Copy Code

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

 Parameters

index

point

 See Also