The y-coordinate of the mouse event.

Namespace: TallComponents.Interaction.WinForms.Events
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double Y { get; set; }
Visual Basic
Public Property Y As Double
	Get
	Set

Remarks

The Y coordinate of the base MouseEvent type is an integer. This class redefines it as a double, so that the event does not loose precision after coordinate system transformations.

See Also