RasterControl.setSize( width, height )
Set the control's Width and Height.Parameters
Name | Type | Description | |
---|---|---|---|
width | value |
A number in pixels, a string having a percent value, or null to
clear this value and use the browser's default. |
|
height | value |
A number in pixels, a string having a percent value, or null to
clear this value and use the browser's default. |
Returns
Type | Description |
---|---|
object | The control object. This allow for chaining multiple setter methods in one single statement. |