ICanvasPatternFactory Interface

ICanvasPatternFactory interface

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

public interface ICanvasPatternFactory

Methods

NameDescription
Create(ICanvas, byte[], string)Creates a pattern using the specified image data and repetition mode.

See Also