Determines if the rectangular region represented by rect is entirely contained within this Rect object.
Namespace: MindFusion.Drawing
File: Rect.js
SyntaxJavaScript
Copy Code
|
|---|
function contains (rect) |
true if the rectangular region represented by rect is entirely contained within this Rect; otherwise, false.
See Also