Search
ConnectionPoint.GetAnchorPos Method (Int32)
See Also
 





Returns the point from the node's associated anchor pattern (if any) with the specified index or the link's initial point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual PointF GetAnchorPos (
    int anchorIdx
)

Visual Basic  Copy Code

Public Overridable Function GetAnchorPos( _
    anchorIdx As Integer _
) As PointF

 Parameters

anchorIdx

 Return Value

 See Also