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





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

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

 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

AnchorPointCollection Members
AnchorPointCollection Class
MindFusion.Diagramming.Wpf Namespace