JPlanner Programmer's Guide
RectangleD.union Method
See Also
 






Returns a RectangleD object that contains the union of this rectangle and the specified rectangle.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public RectangleD union (
    RectangleD rect
)

 Parameters

rect

The rectangle to union.

 Return Value

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

 See Also

RectangleD Members
RectangleD Class
com.mindfusion.common Namespace