LineTo这个函数都可以画出一条线来,DrawEdge这个函数为什么就不能画出个矩形来?能帮我修改代码实现一下么?
在Lineto下drawedge前增加以下代码rect.left=100;rect.right=200;rect.top=300;rect.bottom=400;
lprect = &rect
rect未看到赋值引起的