Friday, December 09, 2005

ImageBox Control with Zoom/Pan Capability - The Code Project - C# Controls

ImageBox Control with Zoom/Pan Capability - The Code Project - C# Controls This control extends the capability of an ImageBox by including scrollbars to pan the image and a method for zooming the size of the image. My goal here is to show you two things: 1. How to create your own controls that extend the System.Windows.Forms controls. 2. How to add zoom/pan capability to an image display in a simple fashion.

No comments: