Determines if the specified point is contained within this Rect object.
Namespace: MindFusion.Drawing
File: Rect.js
SyntaxJavaScript
Copy Code
|
|---|
function containsPoint (point) |
Point. The point to check.
true if point is contained within the Rect; otherwise, false.
See Also