Image Area Circle(Point, Int 32) Constructor
Constructor. This version takes the center point and radius.
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public ImageAreaCircle(
Point centerPoint,
int radius
)VB
Public Sub New (
centerPoint As Point,
radius As Integer
)C++
public:
ImageAreaCircle(
Point centerPoint,
int radius
)F#
new :
centerPoint : Point *
radius : int -> ImageAreaCircle