怎么画这样的圆!急,在线等待!(50分)

  • 主题发起人 主题发起人 igghdeee
  • 开始时间 开始时间
I

igghdeee

Unregistered / Unconfirmed
GUEST, unregistred user!
dx,dy:array[0..50] of single;
px:integer;
然后以dx[px],dy[px]为圆心画半径为1的圆
image1.canvas.ellipse()
 
参数太多,可以另设参数
m1,m2,code:integer;
val(floattostr(dx[px],),m1,code);
val(floattostr(dy[px],),m2,code);
image1.canvas.ellipse(m1,m2,m1+1,m2+1);
 
半径为1的圆不就是一个点吗?
 
非常感谢两位!
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
656
import
I
后退
顶部