create_solid_brush method
create_solid_brush
Creates a solid brush with the specified color.
Returns
The created ISolidBrush
.
def create_solid_brush(self, color):
...
Parameter | Type | Description |
---|---|---|
color | aspose.pydrawing.Color | The color of the solid brush. |
See Also
- module
aspose.svg.drawing
- class
IDrawingFactory
- class
ISolidBrush