Finds and returns an array of the diagram items found at the specified location.
Namespace: MindFusion.Diagramming
File: Diagram.js
JavaScript Copy Code |
---|
function getItemsAt (point) |
Point. instance identifying a location in the diagram.
Array of the DiagramItems found at the given location or null if no items have been found. The items are arranged according to their Z-index.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |