ISolidBrush class
ISolidBrush class
Defines brush interface of a single color
The ISolidBrush type exposes the following members:
Properties
| Property | Description |
|---|---|
| color | Get color of the brush. |
| type | Get type of brush; See BrushType. |
| supports_shader | Checks if the brush supports a shader. |
Methods
| Method | Description |
|---|---|
| to_native | Converts the brush to a native representation. |
See Also
- module
aspose.svg.drawing - class
BrushType - class
IBrush