Creates a connection point between this node and the specified link at the specified point.
Namespace: MindFusion.Diagramming
Package: TreeViewNode.js
JavaScript Copy Code |
---|
function createConnectionPoint (link, point, incoming) |
DiagramLink. A DiagramLink that should be connected to this node.
Point. The point at which the link should be connected.
Boolean. true if link is an incoming link, otherwise, false.
TreeViewConnectionPoint. The connection point.
NetDiagram Programmer's Guide | © 2023 MindFusion |