This documentation is for the old version. Go to the latest Graphics Mill docs

ImageClickEventArgs Constructor

Creates and initializes new ImageClickEventArgs class.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
Public Sub New ( _
	X As Double, _
	Y As Double _
)
C#
public ImageClickEventArgs(
	double X,
	double Y
)

Parameters

X

Type: System.Double

X coordinate of the mouse click.
Y

Type: System.Double

y-coordinate of the mouse click.

See Also

Reference