Search
ConnectionPoint.getNearestBorderPoint Method
See Also
 





Returns the nearest point lying on the DiagramNode border.

Namespace: MindFusion.Diagramming
File: ConnectionPoint.js

 Syntax

JavaScript  Copy Code

function getNearestBorderPoint (point)

 Parameters

point
A Point instance specifying location in the diagram.

 Return Value

AnchorPointDetails. An AnchorPointDetails specifying the anchor point properties.

 See Also