IImageMap 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: 2023.1.3.0
  EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public interface IImageMap

Properties

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

See Also