Search
ConnectionPoint.getNearestAnchorPoint Method
See Also
 





Returns the nearest anchor Point pertinent to this connection.

Namespace: MindFusion.Diagramming
File: ConnectionPoint.js

 Syntax

JavaScript  Copy Code

function getNearestAnchorPoint (point)

 Parameters

point
A Point instance specifying location in the diagram.

 Return Value

AnchorPointDetails. An AnchorPointDetails specifying the anchor point properties.

 See Also