Image Area Rectangle(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
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public ImageAreaRectangle(
Rectangle rect,
string? url
)VB
Public Sub New (
rect As Rectangle,
url As String
)C++
public:
ImageAreaRectangle(
Rectangle rect,
String^ url
)F#
new :
rect : Rectangle *
url : string -> ImageAreaRectangle