NewCanvasWithSize
Type
operator
Summary
Create a new canvas
Syntax
a new canvas with size <Size>
Description
Create and return a new temporary canvas of the specified pixel width and height.
Parameters
Name | Type | Description |
---|---|---|
Size | A list containing the width and height of the new canvas in pixels |
Value
Name | Type | Description |
---|---|---|
return | A newly-created canvas |