DiagramLite Programmer's Guide
ConnectionPoint.GetAnchorPos Method
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
Assembly: MindFusion.Diagramming.Silverlight

 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

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace