_RESIZE

From QB64 Phoenix Edition Wiki
Revision as of 14:04, 19 April 2022 by BigRon55 (talk | contribs) (Created page with "{{DISPLAYTITLE:_RESIZE}} The _RESIZE statement sets resizing of the window ON or OFF and sets the method as _STRETCH or _SMOOTH. {{PageSyntax}} : _RESIZE [{ON|OFF}][, {_STRETCH|_SMOOTH}] {{Parameters}} * 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}} * Before this statement can be used, you must add the $RESIZE''':ON''' metacommand to y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _RESIZE statement sets resizing of the window ON or OFF and sets the method as _STRETCH or _SMOOTH.


Syntax

_RESIZE [{ON|OFF}][, {_STRETCH|_SMOOTH}]


Template:Parameters

  • 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.


Description

  • Before this statement can be used, you must add the $RESIZE:ON metacommand to your program.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link