ImageMapOnMouseUp Method

This is overridden to raise the event in the image area under the mouse if there is one

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 OnMouseUp(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
The event arguments.

See Also