Search
Pen.setBrush Method
See Also
 






Gets the color of this pen.

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

 Syntax

Java  Copy Code

public void setBrush (
    Brush value
)

 Parameters

value

A Brush object representing the pen color.

 See Also