<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_Scale Pixels |
Description
Sets or resets the coordinate system to pixel coordinates
Syntax
Canvas_Scale PIXELS
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
This statement can be useful when the original coordinates are in Dialog Units, since this provides increased resolution for other canvas functions.
Restrictions
See also
Examples