Search
SolidBrush.setColor Method
See Also
 






Sets the color that fills the interior of objects painted with this brush.

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

 Syntax

Java  Copy Code

public void setColor (
    Color value
)

 Parameters

value

The new brush color.

 See Also