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






Gets a Rectangle that contains the union of two specified rectangles.

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

 Syntax

Java  Copy Code

public static Rectangle union (
    Rectangle a,
    Rectangle b
)

 Parameters

a

The first rectangle to union.

b

The second rectangle to union.

 Return Value

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

 See Also

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