ICanvasSolidFactory.Create

ICanvasSolidFactory.Create method

Creates a solid color using the specified string representation and Color object.

public ICanvasSolid Create(string stringColor, Color color)
ParameterTypeDescription
stringColorStringThe string representation of the color.
colorColorThe Color object representing the color.

Return Value

An opaque object describing the created solid color.

See Also