Chapter Contents |
Previous |
Next |
READ_PASTE |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'READ_PASTE', x, y, image-path<, attributes>); |
Type: Numeric
Type: Numeric
Type: Character
Type: Character
Details |
READ_PASTE acts on the currently selected image. It provides the same functionality as READ plus PASTE. Notice that x and y are required.
Example |
Read and paste an image that is stored in a SAS catalog:
path=lnamemk(5,'sashelp.imagapp.gfkids', 'format=cat'); rc=imgop(task-id,'READ_PASTE',1,1,path);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.