ImageMapOnMouseMove Method

This is overridden to adjust the display as the mouse moves in and out of defined areas on the image map and to fire the appropriate image area mouse events.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
protected override void OnMouseMove(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
The event arguments

See Also