:: com :: sun :: star :: geometry ::

struct IntegerSize2D

Elements' Summary
Width Amount of space occupied in the x direction. 
Height Amount of space occupied in the y direction. 
Elements' Details
Width
long Width;
Description
Amount of space occupied in the x direction.
Height
long Height;
Description
Amount of space occupied in the y direction.
Top of Page