Search
HatchBrush.setForegroundColor Method
See Also
 






Sets the color of hatch lines drawn by this brush.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void setForegroundColor (
    Color value
)

 Parameters

value

A Color instance specifying the hatch foreground color.

 See Also