ImageClickEventArgs Constructor (Int32, Int32, Double, Double)
.NET Framework (current version)
Initializes a new instance of the ImageClickEventArgs class using the x, y, xRaw, and yRaw parameters.
Assembly: System.Web (in System.Web.dll)
Parameters
- x
-
Type:
System.Int32
The x-coordinate where a user clicked an image-based ASP.NET server control.
- y
-
Type:
System.Int32
The y-coordinate where a user clicked an image-based ASP.NET server control.
- xRaw
-
Type:
System.Double
The raw x-coordinate where a user clicked an image-based ASP.NET server control.
- yRaw
-
Type:
System.Double
The raw y-coordinate where a user clicked an image-based ASP.NET server control.
.NET Framework
Available since 4.5
Available since 4.5
Show: