1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/help/_RESIZE.txt

28 lines
609 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_RESIZE}}
2017-10-10 14:55:21 +00:00
The [[_RESIZE]] statement sets resizing of the window ON or OFF and sets the method as _STRETCH or _SMOOTH.
2016-03-18 11:36:04 +00:00
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: [[_RESIZE]] [{ON|OFF}][, {_STRETCH|_SMOOTH}]
2016-03-18 11:36:04 +00:00
{{Parameters}}
2016-03-18 11:36:04 +00:00
* When resizing is turned OFF no method is listed.
* When resizing is turned ON or left empty, a ''_STRETCH'' or ''_SMOOTH'' method can be used.
{{PageDescription}}
2017-10-10 14:55:21 +00:00
* Before this statement can be used, you must add the [[$RESIZE]]''':ON''' metacommand to your program.
2016-03-18 11:36:04 +00:00
{{PageSeeAlso}}
* [[$RESIZE]]
* [[_RESIZE (function)]]
* [[_RESIZEHEIGHT]]
* [[_RESIZEWIDTH]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<