Search
AwtGraphics.fillPath Method
See Also
 






Fills the specified path using the specified brush.

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

 Syntax

Java  Copy Code

public void fillPath (
    Brush brush,
    GeneralPath path
)

 Parameters

brush

path

 See Also