Extends the built-in ImageButton control (System.Web.UI.WebControls.ImageButton class) providing the ability to dynamically generate composite images. The Click event supplies the x/y coordinates of where the user clicked the image providing a means to respond differently depending on what part of the image is clicked or to dynamically drawing on using ImageElement, TextElement, WordArtElement or ShapeElement objects.

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 ImageDrawButton : ImageButton, IHttpHandler
Visual Basic (Declaration)
Public Class ImageDrawButton _
	Inherits ImageButton _
	Implements IHttpHandler
Visual C++
public ref class ImageDrawButton : public ImageButton, 
	IHttpHandler

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.Image
        System.Web.UI.WebControls..::.ImageButton
          Neodynamic.WebControls.ImageDraw..::.ImageDrawButton

See Also