The GetImage function retrieves the stored bitmap in the clipboard.
Syntax
Integer Clipboard.GetImage(
Image image)
Image image)
Parameters
| image | Image to get the stored bitmap. | Required |
|---|
Return value
The GetImage function returns true.
If an error occurs, the GetImage function returns false.
Example
Image img new
myClipboard.GetImage(img)
myClipboard.GetImage(img)