ASP.NET Pack Programmer's Guide
ConnectionPoint.GetAnchorPos Method (Int32, PointF@)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

anchorIdx

point

 Return Value

 See Also

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