Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

ComponentFromPoint() Example

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