RasterDialog.showAt( x, y )
Moves the dialog to the given x,y position, then make the dialog visible. Note: the give x,y values are ignored ifautoCenter
is ON.
Parameters
Name | Type | Description | |
---|---|---|---|
x | number | X position in pixels | |
y | number | Y position in pixels |
Returns
Type | Description |
---|---|
object | The dialog object. This allow for chaining multiple setter methods in one single statement. |