Search
ConnectionPoint.GetAnchorPos Method
See Also
 






Retrieves the point from the node's associated anchor pattern (if any) with the specified index.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool GetAnchorPos (
    int anchorIdx,
    ref Point point
)

Visual Basic  Copy Code

Public Overridable Function GetAnchorPos( _
    anchorIdx As Integer, _
    ByRef point As Point _
) As Boolean

 Parameters

anchorIdx
The index of the node's associated anchor pattern.
point

The link's initial point.

 Return Value

true if the point is retrieved, otherwise false.

 See Also