ICanvasFactory.Create

ICanvasFactory.Create method

Creates a new canvas with the specified width and height.

public ICanvas Create(int width, int height)
ParameterTypeDescription
widthInt32The width of the canvas.
heightInt32The height of the canvas.

Return Value

A new instance of the ICanvas.

See Also