ICanvasSolid Interface

ICanvasSolid interface

Represents an opaque object describing a solid color to be used with the HTML canvas rendering context.

public interface ICanvasSolid : IBrush

Methods

NameDescription
GetColor()Gets the string representation of the solid color.

See Also