<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_GetSize |
Description
Retrieves the overall size of the attached canvas.
Syntax
Canvas_GetSize(WidthVar, HeightVar)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
WidthVar |
Numeric variable |
No |
Numeric scalar variable that will receive Width value |
HeightVar |
Numeric variable |
No |
Numeric scalar variable that will receive Height value |
Remarks
Restrictions
See also
Examples