MindFusion.Wpf Pack Programmer's Guide
ConnectionPoint.GetAnchorPos Method (Int32, Point@)
See Also
 





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

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

 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

point

 Return Value

 See Also

GetAnchorPos Method Overload List
ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming.Wpf Namespace