Clipboard.Picture
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Picture )
aClipboard.Picture = newPictureValue
or
PictureValue = aClipboard.Picture
Supported for all project types and targets.
or
PictureValue = aClipboard.Picture
Supported for all project types and targets.
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.