Returns a Rect object representing the union of the current rectangle with the specified rectangle.
Namespace: MindFusion.Drawing
File: Rect.js
SyntaxJavaScript
Copy Code
|
|---|
function union (rect) |
Rect. The rectangle to union.
A Rect object that bounds the union of the two rectangles.
See Also