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, setOpacityclose, dispose, getDisposedpublic 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.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.