ImageAreaBase(String, String) Constructor

This version of the constructor takes a URL and a tool tip

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
protected ImageAreaBase(
	string url,
	string toolTip
)

Parameters

url  String
The URL to associate with the image area
toolTip  String
The tool tip to associate with the image area

See Also