Click here to Skip to main content
15,891,431 members
Articles / Multimedia / GDI+

Pan and Zoom Very Large Images

Rate me:
Please Sign up or sign in to vote.
4.85/5 (147 votes)
31 Oct 2009Ms-PL5 min read 761.1K   16.1K   187  
Smoothly panning and zooming very large images can be a challenge. Here’s a control, with source code, that demonstrates one way of overcoming this challenge, as well as a few "Extra" image processing features.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 31-Oct-09 3:50 Available Deeksha Shenoy
2 No 31-Oct-09 3:58 Composing
1 No 31-Oct-09 3:58 Composing

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Software Developer (Senior)
United States United States
I started my career in software development back in 2000. Prior to that, I made my living as a detail drafter. My true start in programming, though, goes back much further. I first started learning to program when I was about 10 years old. It was back in ‘82 that I wrote my first application. It was a simple calculator program written on a TRS-80 that my uncle had. Since then, I’ve programmed in Basic, QuickBasic, Pascal, C++, VB 6, VB.NET, Java, HTML, and C #. I have a very diverse background. I’ve worked and written software for several types of companies, including manufacturing, engineering, and finance. I’ve had the opportunity to design and maintain a few enterprise level databases, I’ve written applications to run on windows CE, in a wireless manufacturing environment. I’ve also had opportunities to teach OOP methodologies, and design patterns. I thoroughly enjoy what I do, and my only regret is that I didn’t start sooner.

Comments and Discussions