MindFusion.Wpf Pack Programmer's Guide
ConnectionPoint.AnchorPointFromIndex Method
See Also
 





Returns the AnchorPoint instance with the specified index.

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

 Syntax

C#  Copy Code

public virtual AnchorPoint AnchorPointFromIndex (
    int index
)

Visual Basic  Copy Code

Public Overridable Function AnchorPointFromIndex( _
    index As Integer _
) As AnchorPoint

 Parameters

index
An index of a point within the target AnchorPattern.

 Return Value

An instance of the AnchorPoint class.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming.Wpf Namespace