Component.setSize
bool setSize(int width, int height)Set the size of the component in terms of width and height.
Parameters
width | width to set for component |
height | height to set for component |
Returns
true or false whether the size was set or not
bool setSize(int width, int height)Set the size of the component in terms of width and height.
width | width to set for component |
height | height to set for component |