Search
ConnectionPoint.NearestAnchorPoint Method
See Also
 






Returns the anchor point closest to the specified point from the node's associated anchor pattern.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Tuple<Point, Int32, Int32> NearestAnchorPoint (
    Point point
)

Visual Basic  Copy Code

Public Overridable Function NearestAnchorPoint( _
    point As Point _
) As Tuple(Of Point, Int32, Int32)

 Parameters

point

 Return Value

 See Also