JPlanner Programmer's Guide
Graphics.createRegion Method (RectangleD)
See Also
 






Creates a new Region object from the specified rectangle.

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

 Syntax

Java  Copy Code

Region createRegion (
    RectangleD rc
)

 Parameters

rc

A RectangleD object that defines the interior of the new region.

 Return Value

A Region object.

 See Also

createRegion Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace