MouseEventScreenX Property |
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic long ScreenX { get; }
Public ReadOnly Property ScreenX As Long
Get
public:
property long long ScreenX {
long long get ();
}
member ScreenX : int64 with get
Property Value
Type:
Int64
The screen x.
See Also