vc椭圆轨道是怎么定义的。
能不能给个例子,刚学vc++的。希望高手能给指点一下呀!
[解决办法]
网上下一个电子书《GDI+编程基础》 这个说的很清楚 对你有帮助
[解决办法]
好像是定义绘图设备,调换画笔,调用绘图函数,换回画笔,销毁画笔。好久不用了,具体忘了。
[解决办法]
BOOL Ellipse(
HDC hdc, // handle to DC
int nLeftRect, // x-coord of upper-left corner of rectangle
int nTopRect, // y-coord of upper-left corner of rectangle
int nRightRect, // x-coord of lower-right corner of rectangle
int nBottomRect // y-coord of lower-right corner of rectangle
);