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






Creates a new Region object from the specified graphics path.

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

 Syntax

Java  Copy Code

Region createRegion (
    GraphicsPath path
)

 Parameters

path

A GraphicsPath 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