MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.containsPoint Method

See Also
 





DiagramItem.containsPoint override.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function containsPoint (point)

 Parameters

point

The point to check.

 Return Value

true it this node contains the specified point; otherwise, false.

 See Also