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