JPlanner Programmer's Guide
Graphics.fillPath Method
See Also
 






Fills the interior of the specified graphics path.

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

 Syntax

Java  Copy Code

void fillPath (
    Brush brush,
    GraphicsPath path
)

 Parameters

brush

A Brush object that determines the fill color and pattern.

path

A GraphicsPath object that defines the path to fill.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace