Image Map Click Event Args Constructor
Constructor
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public ImageMapClickEventArgs(
int areaIndex,
int xCoordinate,
int yCoordinate
)VB
Public Sub New (
areaIndex As Integer,
xCoordinate As Integer,
yCoordinate As Integer
)C++
public:
ImageMapClickEventArgs(
int areaIndex,
int xCoordinate,
int yCoordinate
)F#
new :
areaIndex : int *
xCoordinate : int *
yCoordinate : int -> ImageMapClickEventArgs