ImageAreaCircle(Point, Int32) 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: 2023.1.3.0
public ImageAreaCircle(
	Point center,
	int radius
)

Parameters

center  Point
The center point
radius  Int32
The radius of the circle

See Also