这个代码问题在哪里,头文件什么的都有了
mfc吧
全部回复
仅看楼主
level 1
GraphicsPath path;
path.AddEllipse(0, 0, 140, 70);
PathGradientBrush pthGrBrush(&path);
pthGrBrush.SetCenterColor(Color(255, 0, 0, 255));
Color colors[] = {Color(255, 0, 255, 255)};int count = 1;
pthGrBrush.SetSurroundColors(colors, &count);
graphics.FillEllipse(&pthGrBrush, 0, 0, 140, 70);
//这里的graphics显示未定义标识符
2017年08月20日 14点08分 1
level 1
rt
2017年08月20日 14点08分 2
level 1
求一个mfc大神啊
2017年08月20日 14点08分 3
1