NewCanvasWithSize

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
a new canvas with size <Size>
Associationscom.livecode.canvas
Summary

Create a new canvas

Parameters
NameTypeDescription
Size

A list containing the width and height of the new canvas in pixels

Values
NameTypeDescription
return

A newly-created canvas

Description

Create and return a new temporary canvas of the specified pixel width and height.

Tagscanvas