-
Hi
I need to find out a way of mirroring an image from a picturebox or Bmp file?
Basically we are grabbing an image from a Digital CCD camera but it is reversed because the image is received via a mirror!
Is there any way of doing this.. Im sure an API or something is a possibility but this is quite in depth for me!!
Many thanks
Steve
-
Take a look at this code...
http://www.vb-world.net/tips/tip140.html
This code makes a picture appear as if it is spinning (seeing as the last picture of a spinning pictuer is the mirror of the original, I thought it might be usefull). Play around with the code.
I hope this helps
RavenCrow
-
Solution Found
Hi
Many thanks for the replies..
I have been working hard over the past hour or so scanning the net for a solution, and Im happy to say that I found one, and learnt a great deal about APIs and more about VB..
FYI the tip I found is at:
http://www.vbsquare.com/graphics/tip362.html
It may be of use to others,
Thanks once again
Steve