建筑装饰的美:用C怎么画图?

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 06:08:30
用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)