public final class SolidBrush extends Brush
Solid brush is intended for drawing continiously with specific color. This class cannot be inherited.
Constructor and Description |
---|
SolidBrush()
Initializes a new instance of the
SolidBrush class. |
SolidBrush(Color color)
Initializes a new instance of the
SolidBrush class. |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets or sets the brush color.
|
void |
setColor(Color value)
Gets or sets the brush color.
|
deepClone, getOpacity, setOpacity
close, dispose, getDisposed
public SolidBrush()
Initializes a new instance of the SolidBrush
class.
public SolidBrush(Color color)
Initializes a new instance of the SolidBrush
class.
color
- The solid brush color.