JPlanner Programmer's Guide
Graphics.drawPath Method
See Also
 






Draws the outline of the specified graphics path.

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

 Syntax

Java  Copy Code

void drawPath (
    Pen pen,
    GraphicsPath path
)

 Parameters

pen

A Pen object that determines the color, width, and style of the outline.

path

A GraphicsPath object that defines the path to draw.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace