(AGK version: 108.16)
Submitted: 2013-08-08 10:45:58
Setvirtualresolution(640,480)
ResetTimer()
//Create an image
swap()
SetPrintSize(28)
Print("AGK")
render()
GetImage(1,0,0,100,32)
CreateSprite(1,1)
Do
    Print("")
    Print("Image Width: "+Str(GetImageWidth(1),0))
    Sync()
    If Timer()>20 Then Exit
Loop
End
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.