MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getNodeAt Method

See Also
 





Finds and returns the topmost DiagramNode found at the specified location.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getNodeAt (point)

 Parameters

point

instance identifying a diagram location.

 Return Value

The topmost DiagramNode found at the given location or null if no DiagramNode has been found.

 See Also