Chapter Contents |
Previous |
Next |
SELECT |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'SELECT'<, image-id>); |
Type: Numeric
Details |
The SELECT command enables you to work with more than one image. The command specifies the image identifier to be used in all subsequent commands until another SELECT command is issued.
Only the COPY, DESTROY, and UNPASTE commands can act on either the currently selected image or on a specified image identifier.
Example |
Display two images at once:
rc=imgop(task-id,'SELECT',1); rc=imgop(task-id,'READ_PASTE',1,1,path1); rc=imgop(task-id,'SELECT',2); rc=imgop(task-id,'READ_PASTE',200,200,path2);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.