User Tools

Site Tools


en:getclipboardimage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:getclipboardimage [2020/06/17 21:06]
admin created
en:getclipboardimage [2020/06/17 21:12] (current)
admin
Line 10: Line 10:
 ==== Example ==== ==== Example ====
 <code> <code>
-a = GetClipboardImage() +clg 
-ImageDraw a, 10,10+color blue 
 +rect 10,10,10,10 
 + 
 +a = imagecopy(0,0,100,100
 +setclipboardimage a 
 + 
 +clg 
 + 
 +b = getclipboardimage 
 +imagedraw b0,
 +imagedraw b, 100,100
 </code> </code>
  
Line 19: Line 29:
  
 ==== History ====  ==== History ==== 
-|1.99|New to Version|+|2.0.0.8|New to Version|
en/getclipboardimage.1592449600.txt.gz · Last modified: 2020/06/17 21:06 by admin