MouseEventScreenX Property
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public long ScreenX { get; }

Property Value

Type: Int64
The screen x.
See Also