Search
HatchBrush.setBackgroundColor Method
See Also
 






Sets the color of spaces between the hatch lines drawn by this brush.

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

 Syntax

Java  Copy Code

public void setBackgroundColor (
    Color value
)

 Parameters

value

A Color instance specifying the hatch background color.

 See Also