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

WorkspaceClickEventArgs Constructor

Creates and initializes new WorkspaceClickEventArgs class.

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

Syntax

Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double _
)
C#
public WorkspaceClickEventArgs(
	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