Package ilcd
Class Size

Public Method setWidth

void setWidth(int width)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
width -2.147.483.648...2.147.483.647 the width value of a Size object

The setWidth(int) method can only be used if a Size object is created before.

Example

Size size = new Size(0, 0);

size.setWidth(100);

See also:

Size