Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
ImageClickEventArgs(
	int x,
	int y,
	double xRaw,
	double yRaw
)

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
Return to top
Show:
© 2017 Microsoft