create method

create

Creates a new canvas with the specified width and height.

Returns

A new instance of the ICanvas.

def create(self, width, height):
    ...
ParameterTypeDescription
widthintThe width of the canvas.
heightintThe height of the canvas.

See Also