IImage Map Interface
This interface defines events, properties, and methods common to both the Windows Forms and the web
server control image map classes.
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public interface IImageMapVB
Public Interface IImageMapC++
public interface class IImageMapF#
type IImageMap = interface endProperties
| Areas | This returns the collection of areas defined for the image map |
| ImageMapHeight | Gets or sets the height of the image in the image map control in pixels |
| ImageMapWidth | Gets or sets the width of the image in the image map control in pixels |
| ToolTip | Gets or sets the tool tip text displayed for all undefined areas of the image |
Events
| Click | This event is raised when a hot spot on the image map is clicked |