ImageMapClickEventArgs Constructor

Constructor

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 ImageMapClickEventArgs(
	int areaIndex,
	int xCoordinate,
	int yCoordinate
)

Parameters

areaIndex  Int32
The index of the clicked area
xCoordinate  Int32
The X coordinate of the click
yCoordinate  Int32
The Y coordinate of the click

See Also