Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GetBounds

« nsIAccessible Page

Summary

This method returns accessible's (x and y) coordinates relative to the screen and accessible's width and height.

 void getBounds(
   out long aX, 
   out long aY, 
   out long aWidth, 
   out long aHeight
 )

Parameters

aX
[out] Accessible's X-coordinate.
aY
[out] Accessible's Y-coordinate.
aWidth
[out] Accessible's width.
aHeight
[out] Accessible's height.

  

Document Tags and Contributors

 Contributors to this page: teoli, Surkov.alexander
 Last updated by: teoli,