ImageMapMouseArea Property

This read-only property is used to get the index of the area that the mouse is over

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public int MouseArea { get; }

Property Value

Int32
Returns -1 if the mouse is not over an image area. Note that this area can be different than the focused area index returned by the FocusedArea property.

See Also