<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_SetView |
Description
Moves the position of the viewport on a virtual canvas target.
Syntax
n = Canvas_SetView(XPos, YPos)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
XPos |
Number |
No |
|
YPos |
Number |
No |
Remarks
Restrictions
See also
Examples