The System.Windows.Forms.HtmlElement at the specified screen location in the document.
HtmlDocument.GetElementFromPoint(System.Drawing.Point) uses client coordinates, in which the upper-left corner of the document is assigned the value (0,0). Client coordinates for the current position of the cursor can be obtained using the HtmlWindow.Position property.