RasterControl.moveTo( x, y )
Set the control's X,Y position of this control in relation to its nearest positionable parent container.Parameters
Name | Type | Description | |
---|---|---|---|
x | number |
X position in pixels, or null to
clear this value and use the browser's default. |
|
y | number |
Y position in pixels, 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. |