对于像fillOval这样的方法,'x'和'y'表示什么?它们的坐标是什么?

sap*_*Pro 3 java graphics swing

对于Graphics类的方法:fillOval,做什么xy表示什么?文件说:

x - the x coordinate of the upper left corner of the oval to be filled.
y - the y coordinate of the upper left corner of the oval to be filled.
Run Code Online (Sandbox Code Playgroud)

我不明白.这是什么意思 ?

Aly*_*mal 14

x - the x coordinate of the upper left corner of the oval to be filled.
y - the y coordinate of the upper left corner of the oval to be filled.
Run Code Online (Sandbox Code Playgroud)

看图像:

在此输入图像描述