Search
ConnectionPoint.PositionFromNode Method (Int32)
See Also
 






Returns the position of the connection point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point PositionFromNode (
    int anchorIndex
)

Visual Basic  Copy Code

Public Function PositionFromNode( _
    anchorIndex As Integer _
) As Point

 Parameters

anchorIndex

 Return Value

A Point object.

 See Also