 |
ALPHA-VISION® Jobs: Zoom
|
Zoom
SUMMARY
Zooms a window to the defined factor.
SYNTAX
Zoom(
<window, zoom_factor>);
ARGUMENTS
- window (type:string)
-
The window to be zoomed (in BDC only "BdcRightPane" makes sense)
- zoom_factor (type:float)
-
The new zoom factor. The same values as in the editor applies.
A zoom factor >1 enlarges the picture.
DESCRIPTION
Stack
- Missing arguments are taken from the stack (and deleted from there)
- The Job does not have a return value.
Effect
The window defined below "window" is zoomed to the defined factor.
EXAMPLES
Zoom("BdcRightPane","1,4");
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