Search
ConnectionPoint.GetNearestAnchorPoint Method
See Also
 






Returns the nearest anchor point pertinent to this connection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual AnchorPointDetails GetNearestAnchorPoint (
    Point point
)

Visual Basic  Copy Code

Protected Overridable Function GetNearestAnchorPoint( _
    point As Point _
) As AnchorPointDetails

 Parameters

point

A Point instance specifying location in the diagram.

 Return Value

An AnchorPointDetails specifying the anchor point properties.

 See Also