ImageAreaRectangle(Rectangle, String) Constructor

Constructor. This version takes the rectangle coordinates and the URL to which to navigate when clicked.

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
public ImageAreaRectangle(
	Rectangle rect,
	string? url
)

Parameters

rect  Rectangle
The rectangle coordinates
url  String
The URL to which to navigate when clicked

See Also