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 );
coordTypensIAccessibleCoordinateType).xyNS_ERROR_FAILUREReturns the size of the image accessible.
This method is the same as nsIAccessible.getBounds().
void getImageSize( out long width, out long height );
widthheightNS_ERROR_FAILURE