ICanvasSolid class
ICanvasSolid class
Represents an opaque object describing a solid color to be used with the HTML canvas rendering context.
The ICanvasSolid type exposes the following members:
Properties
| Property | Description |
|---|---|
| type | Get type of brush; See BrushType. |
| supports_shader | Checks if the brush supports a shader. |
Methods
| Method | Description |
|---|---|
| get_color | Gets the string representation of the solid color. |
| to_native | Converts the brush to a native representation. |
See Also
- module
aspose.svg.dom.canvas - class
BrushType - class
IBrush