JPlanner Programmer's Guide
Rectangle.union Method (Rectangle)
See Also
 






Returns a Rectangle 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 Rectangle union (
    Rectangle rect
)

 Parameters

rect

The rectangle to union.

 Return Value

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

 See Also

union Method Overload List
Rectangle Members
Rectangle Class
com.mindfusion.common Namespace