Image Area Base(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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
protected ImageAreaBase(
string? url,
string? toolTip
)VB
Protected Sub New (
url As String,
toolTip As String
)C++
protected:
ImageAreaBase(
String^ url,
String^ toolTip
)F#
new :
url : string *
toolTip : string -> ImageAreaBase