The windowtocorner statement shifts a window to an edge or corner of the main screen.
Parameters
This statement has one parameter:edges – List of edge coordinates you want to zoom to, choose one or two from TOP, BOTTOM, LEFT, RIGHT. May be upper or lower case. You may also add a points adjustment, for example top+50
or right-36
.
Description
This statement shifts a window to an edge or corner of the main screen. This example moves the current window to one inch below the top right corner.
windowtocorner "top+72 right"
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |