Version 1.3.0.0 was released on December 31st, 2004.
Made significant improvements to the Windows Forms Image Map control and the Coordinate Editor.
Windows Forms Control Changes
Added a FocusedArea property to the ImageMap control that can be used to set or get the index of the image area that has the focus.
Added a MouseArea property to the ImageMap control that can be used to get the index of the image area containing the mouse.
Added a new ellipse image area (ImageAreaEllipse). This saves you from having to use a polygon to define elliptical shapes.
Added a DoubleClick event to the ImageMap control to allow the handling of double-clicks on image areas.
The following events were added to the ImageAreaBase class. The ImageMap control will forward these events to the appropriate image areas so that you can have finer control over the events in each image area rather than having one generic handler for the matching ImageMap control events.
Added an OwnerDraw property to the image map and image area classes so that you can control drawing of the image map and/or individual image areas. Changes for this also include the addition of a DrawState enumerated type, a DrawImage event, and a DrawImageEventArgs class.
As they may now be useful in owner drawn mode, the image map Font, ForeColor, and RightToLeft properties have been exposed along with the image map FontChanged, ForeColorChanged, and RightToLeftChanged events.
A BoundingRectangle property was added to the Windows Forms ImageAreaPolygon class to help with owner draw operations.
Designer Changes
Other Resources
Version History