ImageAreaCircle(Point, Int32, String) Constructor

Constructor. This version takes the center point, radius, and a tool tip.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public ImageAreaCircle(
	Point centerPoint,
	int radius,
	string toolTip
)

Parameters

centerPoint  Point
The center point
radius  Int32
The radius of the circle
toolTip  String
The tool tip to show when the mouse hovers over the area

See Also