19#ifndef __com_sun_star_awt_Point_idl__
20#define __com_sun_star_awt_Point_idl__
24 module
com { module sun { module star { module awt {
Definition: Accessible.idl:22
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:30
long Y
specifies the y-coordinate.
Definition: Point.idl:38
long X
specifies the x-coordinate.
Definition: Point.idl:33