Computer Science Canada

Question on images

Author:  noobprogrammer123 [ Sat May 01, 2004 4:43 pm ]
Post subject:  Question on images

is it possible to make an image assigned to a variable?

Author:  MyPistolsIn3D [ Sat May 01, 2004 4:47 pm ]
Post subject: 

var picID:= Pic.FileNew ("pic.bmp")

Author:  Tony [ Sat May 01, 2004 4:57 pm ]
Post subject: 

or take a screenshot of part of the screen and save it as a picture
code:

var picID:int := Pic.New(50,50,100,100)

where the box between (50,50) and (100,100) will become your image


: