JPlanner Programmer's Guide
RectangleD.intersect Method
See Also
 






Intersects the specified rectangles and returns a new RectangleD object representing the intersection.

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

 Syntax

Java  Copy Code

public RectangleD intersect (
    RectangleD rect
)

 Parameters

rect

The rectangle to test.

 Return Value

A RectangleD object or RectangleD.Empty if the rectangles do not intersect.

 See Also

RectangleD Members
RectangleD Class
com.mindfusion.common Namespace