Re: [Gambas-user] Images and Pictures

2011-01-01 Thread Demosthenes Koptsis
Actually i had read the docs, i translated also... (but may be i have a bug in understand them, i dont know...) anyway... so i cant do something like that > hImage.Load(Application.Path & "/nature.png") but i could not find a way to > hImage = Image.Load(Application.Path &/ "nature.png") Today i

Re: [Gambas-user] Images and Pictures

2010-12-31 Thread BenoƮt Minisini
> Good morning to all, > > i make an example for the Image class. > i want to demostrate the methods of Image class. > the example will Clear Copy Draw Fill Flip Mirror Replace Resize > Rotate Save Stretch a picture in an Image class and put the result in > a PictureBox. > > Firstly i wa

[Gambas-user] Images and Pictures

2010-12-31 Thread Demosthenes Koptsis
Good morning to all, i make an example for the Image class. i want to demostrate the methods of Image class. the example will Clear Copy Draw Fill Flip Mirror Replace Resize Rotate Save Stretch a picture in an Image class and put the result in a PictureBox. Firstly i want the picture fro