Previous Page | Next Page

Commands Used with the IMGCTRL, IMGOP and PICFILL Functions

READ_CLIPBOARD



Reads an image from the host clipboard
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');

Previous Page | Next Page | Top of Page