Search
TableConnectionPoint.endPoint Property
See Also
 





Calculates the coordinates of this connection point expressed in document coordinates.

Namespace: MindFusion.Diagramming
File: TableConnectionPoint.js

 Syntax

JavaScript  Copy Code

get endPoint() {}
set endPoint(value) {}

 Property Value

Point

A Point that represents the coordinate.

 See Also