Commands Used with the IMGCTRL, IMGOP and PICFILL Functions |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGCTRL(task-id, 'WRAISE'); |
Details |
WRAISE attempts to force the Image window to the top of the display as long as the IMGOP or IMGCTRL commands are executing. This command might not be executed by some window managers. Note that when you start the image task with the IMGINIT function, you can specify the TOPWINDOW option to force the window to always be on top.
Example |
Raise the Image window to the top of the display:
pop: rc = imgctrl(task-id,'WRAISE'); return;
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.