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

ImageClickEventArgs.X Property

Gets/sets X coordinate of the mouse click.

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

Syntax

Visual Basic
Public ReadOnly Property X As Double
C#
public double X { get; }

Property Value

X coordinate of the mouse click.

See Also

Reference