Commands Used with the IMGCTRL, IMGOP and PICFILL Functions |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'READ_CLIPBOARD'); |
Details |
READ_CLIPBOARD acts on the currently selected image. On some hosts, the clipboard can be read only after you use the WRITE_CLIPBOARD command.
Example |
Read an image from the clipboard and display it:
rc=imgop(task-id,'READ_CLIPBOARD'); rc=imgop(task-id,'PASTE');
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.