ICanvasSolidFactory Interface

ICanvasSolidFactory interface

Represents a factory for creating solid colors to be used with the HTML canvas rendering context.

public interface ICanvasSolidFactory

Methods

NameDescription
Create(string, Color)Creates a solid color using the specified string representation and Color object.

See Also