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






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

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

 Syntax

Java  Copy Code

public void exclude (
    Region region
)

 Parameters

region

The Region to exclude from this region.

 See Also

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