MindFusion.Charting for JavaScript Programmer's Guide
Rect.containsPoint Method
See Also
 






Determines if the specified point is contained within this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function containsPoint (point)

 Parameters

point

Type: Point
Point. The point to check.

 Return Value

true if point is contained within the Rect; otherwise, false.

 See Also

Rect Members
Rect Class
MindFusion.Drawing Namespace