ImageMapOnPaint Method

This is overridden to display the image map

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 OnPaint(
	PaintEventArgs e
)

Parameters

e  PaintEventArgs
The event arguments

Remarks

It fires the DrawImage event for the image map if it is owner drawn and the DrawImage event for any owner drawn image areas.

See Also