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

(Global Index)

Syntax

struct Rectangle;

Description

specifies a rectangular area by position and size.

Field Summary

X specifies the x-coordinate.

Y specifies the y-coordinate.

Width specifies the width.

Height specifies the height.

Field Details



X

Syntax

long X;

Description

specifies the x-coordinate.


Y

Syntax

long Y;

Description

specifies the y-coordinate.


Width

Syntax

long Width;

Description

specifies the width.


Height

Syntax

long Height;

Description

specifies the height.

Top of Page