RasterDialog.setSize( width, height [, isOuterSize] )

Sets the width and height of the dialog.

Parameters

Name Type   Description
width number width in pixels.
height number height in pixels.
isOuterSize boolean optional Specify how the given width and height are used. False specifies the size of the content area (inner size). True specifies the size the dialog outer border. When this value is omitted a content area size is assumed.

Returns

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