ThisCanvas

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
this canvas
Associationscom.livecode.canvas
Summary

The canvas used when drawing a widget.

Example
// Draw the label centered on the rect of the widget
set the paint of this canvas to solid paint with color [1,1,1]
fill text "Start" at center of my rectangle on this canvas
Values
NameTypeDescription
return

The target canvas for widget drawing operations.

Description

The canvas used when drawing a widget.

Tagscanvas