Magnifier

  • Thread starter Thread starter Anand Ganesh
  • Start date Start date
A

Anand Ganesh

Hi All,

I planning to write a Magnifier Application in Visual C#.NET. So when I move
the window on some Image it should work as a lens like magnifying it.

Any suggestions on what should I use. Do I have to use a picturebox control
or is there any other control which will do this task for me?

Thanks for your time.

Regards
Anand
 
If you weren't aware, this utility comes included with the windows operating
system...
 
Hi,
Hi All,

I planning to write a Magnifier Application in Visual C#.NET. So when I move
the window on some Image it should work as a lens like magnifying it.

Any suggestions on what should I use. Do I have to use a picturebox control
or is there any other control which will do this task for me?

Thanks for your time.

Regards
Anand

I can recommend You to use:

Bitmap Bitmap.Clone(Rectangle rect, PixelFormat pixelFormat)

or

void Image.DrawImage(...)

Regards

Marcin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Magnifying lens 2
Brain teaser. Can anyone remember Visual C++ ? 9
Mouse Side Button 8
Windows 7 Windows XP to Windows 7 upgrade problem 6
Magnify Image? 3
How do I turn off the screen magnifier? 6
Magnifier Screen 1
Magnifier 2

Back
Top