几种常用类的基本结构如下:
public Size( double width,
double height
)
public Point( double x, double y)
public Vector( double x, double y)
public Rectangle(
int x,
int y,
int width,
int height