PictureBox,zoom and drawing

  • Thread starter Thread starter Niko Rosvall
  • Start date Start date
N

Niko Rosvall

Hi All,

Anyone has a good example how to zoom picturebox nicely? I know there
are examples on the web, but I thought it might be worth asking from
here too.

Another problem is that once I zoom picturebox and try to draw a line to
it when MouseMove event occurs, the actual line does not appear under
the cursor.

So actually the question is that how do I calculate the cursor position
when picturebox is in stretch mode?
 
Hi All,

Anyone has a good example how to zoom picturebox nicely? I know there
are examples on the web, but I thought it might be worth asking from
here too.

Another problem is that once I zoom picturebox and try to draw a line to
it when MouseMove event occurs, the actual line does not appear under
the cursor.

So actually the question is that how do I calculate the cursor position
when picturebox is in stretch mode?

Check this article out:

http://www.bobpowell.net/zoompicbox.htm

Also, check out his whole site:

http://www.bobpowell.net

Chris
 
Back
Top