Search
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

Point. The point to check.

 Return Value

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

 See Also