Setvirtualresolution(640,480)
ResetTimer()
//Create an image
swap()
SetPrintSize(28)
Print("AGK")
render()
GetImage(1,0,0,100,32)
Do
Print("Image Height: "+Str(GetImageHeight(1),0))
Sync()
If Timer()>10 Then Exit
Loop
End
Help make AGK better by submitting an example for this command! (All examples are subject to approval)