MindFusion.Charting for WebForms Programmer's Guide
Rect.union Method
See Also
 



Returns a Rect object representing the union of the current rectangle with the specified rectangle.

Namespace: MindFusion.Drawing
Assembly: Rect.js

 Syntax

JavaScript  Copy Code

function union (rect)

 Parameters

rect

The rectangle to union.

 Return Value

A Rect object that bounds the union of the two rectangles.

 See Also

Rect Members
Rect Class
MindFusion.Drawing Namespace