Search
TableConnectionPoint.getNearestBorderPoint Method
See Also
 






Returns the nearest point lying on the node border.

Namespace: MindFusion.Diagramming
File: TableConnectionPoint.js

 Syntax

JavaScript  Copy Code

function getNearestBorderPoint (point)

 Parameters

point

Point. A Point instance specifying location in the diagram.

 Return Value

AnchorPointDetails. An AnchorPointDetails specifying the anchor point properties.

 See Also