nsISupports
Last changed in Gecko 1.9 (Firefox 3)void getImagePosition(in unsigned long coordType, out long x, out long y); |
void getImageSize(out long width, out long height); |
Returns the coordinates of the image accessible.
This method is the same as nsIAccessible.getBounds()
excepting coordinate origin parameter.
void getImagePosition( in unsigned long coordType, out long x, out long y );
coordType
nsIAccessibleCoordinateType
).x
y
NS_ERROR_FAILURE
Returns the size of the image accessible.
This method is the same as nsIAccessible.getBounds()
.
void getImageSize( out long width, out long height );
width
height
NS_ERROR_FAILURE