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 {
long X
specifies the x-coordinate.
Definition: Point.idl:33
long Y
specifies the y-coordinate.
Definition: Point.idl:38
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:29