Version 2.0.0.0
Version 2.0.0.0 was released on December 22nd, 2006.
Created a .NET 2.0 version of the controls. Due to some issues with the Visual Studio 2005
designers, the web controls and Windows Forms controls now each reside in a separate assembly. Changes were also
made in the .NET 2.0 version to take advantage of some of the new features in .NET 2.0.
- The DrawImageEventHandler delegate has been removed. Use the new
generic EventHandler<DrawImageEventArgs> delegate instead.
- The ImageMapClickEventHandler delegate has been removed. Use the new
generic EventHandler<ImageMapClickEventArgs> delegate instead.
- The base class for ImageAreaCollection has been changed to
Collection<IImageArea>.
- The base class for PointCollection has been changed to
Collection<Point>.