ImageMapClickEventArgsAreaIndex Property

This read-only property is used to get the zero-based index of the area that was clicked

Definition

Namespace: EWSoftware.ImageMaps
Assemblies:  EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
  EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public int AreaIndex { get; }

Property Value

Int32

Remarks

Use this as an index into the Areas collection on the image map control.

See Also