Wnd_Zoom

SUMMARY

Wnd_Zoom - Zoom in

SYNTAX

Wnd_Zoom()

DESCRIPTION

Takes the upper left quarter of the active window and scales it into the available size.
The maximum scale factor is defined in the “CFG.ini” file on the tab "Display".

EXAMPLES

Wnd_Zoom()


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times