Image Area Polygon(String, String) Constructor
Constructor. This version takes the URL to which to navigate when clicked 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#
public ImageAreaPolygon(
string? url,
string? toolTip
)VB
Public Sub New (
url As String,
toolTip As String
)C++
public:
ImageAreaPolygon(
String^ url,
String^ toolTip
)F#
new :
url : string *
toolTip : string -> ImageAreaPolygon