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