ICanvasFactory Interface

ICanvasFactory interface

Represents a factory for creating instances of the canvas.

public interface ICanvasFactory

Methods

NameDescription
Create(int, int)Creates a new canvas with the specified width and height.

See Also