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

unpublished struct RealSize2D
Description
This structure contains data representing a two-dimensional size.

The data is stored real-valued.

Since
OpenOffice 2.0.0

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