Extends the built-in ImageMap control (System.Web.UI.WebControls.ImageMap class) providing the ability to dynamically generate composite image map. ImageDrawMap creates an image that contains defined hot spot regions. When a user clicks a hot spot region, the control can either generate a post back to the server or navigate to a specified URL. Both the image representing the "map" and the hot spot regions can be created at design-time using ImageDraw Visual Editor.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public class ImageDrawMap : ImageMap, IHttpHandler
Visual Basic (Declaration)
Public Class ImageDrawMap _
	Inherits ImageMap _
	Implements IHttpHandler
Visual C++
public ref class ImageDrawMap : public ImageMap, 
	IHttpHandler

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.Image
        System.Web.UI.WebControls..::.ImageMap
          Neodynamic.WebControls.ImageDraw..::.ImageDrawMap

See Also