Clipboard.Picture
From Xojo Documentation
Property (As Picture )
The picture on the Clipboard.
Sample Code
This code is in the Action event of a button. It tests whether a picture is on the Clipboard. If so, it assigns it to the Backdrop property of the Canvas. This causes the picture to appear in the control. It will be cropped to the size of the Canvas.