RasterControl.setBounds( x, y, width, height )

Show the control box at the given (x,y) with the given (width, height) dimmensions.

Parameters

Name Type   Description
x number the upper-left corner x coordinate
y number the upper-left corner y coordinate
width number the width of the control box
height number the height of the control box

Returns

Type Description
object The control object. This allow for chaining multiple setter methods in one single statement.
Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López