ImageAreaEllipse(Rectangle, String) Constructor

Constructor. This version takes the ellipse coordinates and a tool tip.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
public ImageAreaEllipse(
	Rectangle rect,
	string? toolTip
)

Parameters

rect  Rectangle
The ellipse coordinates
toolTip  String
The tool tip to show when the mouse hovers over the area

See Also