ImageAreaRectangle(Rectangle, String, String) Constructor

Constructor. This version takes the rectangle coordinates, 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: 2023.1.3.0
public ImageAreaRectangle(
	Rectangle rect,
	string url,
	string toolTip
)

Parameters

rect  Rectangle
The rectangle coordinates
url  String
The URL to which to navigate when clicked
toolTip  String
The tool tip to show when the mouse hovers over the area

See Also