ICanvasSolidFactory.Create
ICanvasSolidFactory.Create method
Creates a solid color using the specified string representation and Color object.
public ICanvasSolid Create(string stringColor, Color color)
Parameter | Type | Description |
---|---|---|
stringColor | String | The string representation of the color. |
color | Color | The Color object representing the color. |
Return Value
An opaque object describing the created solid color.
See Also
- interface ICanvasSolid
- interface ICanvasSolidFactory
- namespace Aspose.Svg.Dom.Canvas
- assembly Aspose.SVG