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
> 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
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