The SetImage function changes the stored bitmap in the clipboard.
Syntax
Integer Clipboard.SetImage(
Image image)
Image image)
Parameters
| image | Image to put in the clipboard. | Required |
|---|
Return value
The SetImage function returns true.
If an error occurs, the SetImage function returns false.
Example
Image img new
img.LoadPath("c:\image.bmp")
myClipboard.SetImage(img)
img.LoadPath("c:\image.bmp")
myClipboard.SetImage(img)