pasteIm  
Top  Previous  Next

pasteIm ( integer Image )

Use this function to paste an image or selection from the Windows Clipboard. Equivalent to selecting Paste from the Edit menu. The function can be used for transferring images between ImageWarp and an external application. See
Dynamic Data Exchange for more details.

Parameters
 
Image  
 
An optional integer between 1 and 116 specifying the number of the frame into which the image will be pasted. Values in the range of 100-116 correspond to hidden frames.  

Error flags

ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
Example

pasteIm (1)