士郎召唤R姐:用C怎么画图?

来源:百度文库 编辑:高考问答 时间:2024/05/04 01:45:27
用C画图 那个点是什么意思啊
比如
line(20,400,20,40)
line(20,400,400,600)

原型extern void line(int left, int top, int right, int bottom, int mode);

从(20,400)点到(20,40)画直线
后面相同,从(20,400)到(400,600)