RasterControl.getBounds( )

Returns an object containing the upper-left corner (x,y) coordinates and dimmensions of this controls's outer-most box.

Returns

Type Description
object An object containing the upper-left corner (x,y) coordinates and dimmensions of the given element. The returned object has the following fields:
x       Control's upper-left corner X coordinate.
y       Control's upper-left corner Y coordinate.
width   Control's width
height  Control's height
Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López