ImageAreaRectangle(Rectangle, String) Constructor

Constructor. This version takes the rectangle coordinates 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 ImageAreaRectangle(
	Rectangle rect,
	string toolTip
)

Parameters

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

See Also