struct Size in module com::sun::star::awt::

(Global Index)

Syntax

struct Size;

Description

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

Field Summary

Width specifies the width.

Height specifies the height.

Field Details



Width

Syntax

long Width;

Description

specifies the width.


Height

Syntax

long Height;

Description

specifies the height.

Top of Page