IDrawingFactory.CreateSolidBrush
IDrawingFactory.CreateSolidBrush method
Creates a solid brush with the specified color.
public ISolidBrush CreateSolidBrush(Color color)
| Parameter | Type | Description |
|---|---|---|
| color | Color | The color of the solid brush. |
Return Value
The created ISolidBrush.
See Also
- interface ISolidBrush
- interface IDrawingFactory
- package com.aspose.html.drawing
- package Aspose.HTML