:: com :: sun :: star :: awt ::

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

Elements' Summary
X specifies the x-coordinate.  
Y specifies the y-coordinate.  
Elements' Details
X
long X;
Description
specifies the x-coordinate.
Y
long Y;
Description
specifies the y-coordinate.
Top of Page