ComponentIF.setSize

Set the size of the component in terms of width and height.

interface ComponentIF
bool
setSize
(
int width
,
int height
)

Parameters

width int

width to set for component

height int

height to set for component

Return Value

Type: bool

TRUE or FALSE whether the size was set or not