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






Updates this Region to contain only the portion of its interior that does not intersect with the specified Rectangle object.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void exclude (
    Rectangle rect
)

 Parameters

rect

The Rectangle structure to exclude from this region.

 See Also

exclude Method Overload List
Region Members
Region Interface
com.mindfusion.drawing Namespace