'componentFromPoint()' Example
<html> <body> <button onclick="alert(this.componentFromPoint(0, 0));">X coordinate</button> </body> </html>