User Tools

Site Tools


en:setclipboardimage

SetClipboardImage (Statement)

Format

SetClipboardImage ( internal_image_identifier )

Description

Copies the in memory image to the system clipboard.

Example

clg
color blue
rect 10,10,10,10

a = imagecopy(0,0,100,100)
setclipboardimage a

clg

b = getclipboardimage
imagedraw b, 0,0
imagedraw b, 100,100

See Also

History

2.0.0.8New to Version
en/setclipboardimage.txt · Last modified: 2020/06/17 21:12 by admin