Image Area Circle(Point, Int 32, String) Constructor
Constructor. This version takes the center point, radius, 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 ImageAreaCircle(
Point center,
int radius,
string? url
)VB
Public Sub New (
center As Point,
radius As Integer,
url As String
)C++
public:
ImageAreaCircle(
Point center,
int radius,
String^ url
)F#
new :
center : Point *
radius : int *
url : string -> ImageAreaCircle