Commands Used with the IMGCTRL, IMGOP and PICFILL Functions |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'PASTE'<, x, y>); |
Details |
PASTE acts on the currently selected image. If no coordinates are specified, the selected image is displayed either at location 0,0 or at the coordinates that were set by a previous PASTE. To set new coordinators, you can use a PASTE command with no image specified. Coordinates that are specified by a new PASTE override previous settings.
Example |
Display an image with its upper left corner at 200, 200:
if (display=1) then rc=imgop(task-id,'PASTE',200,200);
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.