Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct Size


Description
specifies the 2-dimensional size of an area using width and height.


Elements

long Width
Description
specifies the width.
long Height
Description
specifies the height.
Top of Page