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

(Global Index)

Syntax

struct Point;

Description

specifies a 2-dimensional point using the Cartesian coordinate system.

Field Summary

X specifies the x-coordinate.

Y specifies the y-coordinate.

Field Details



X

Syntax

long X;

Description

specifies the x-coordinate.


Y

Syntax

long Y;

Description

specifies the y-coordinate.

Top of Page