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