当前位置:编程学习 > C#/ASP.NET >>

关于FillPie和DrawPie的问题

今天打算做一个饼形图的工具,结果出现问题了:
                    g.FillPie(new SolidBrush(ChartUtil.GetChartItemColor(i)),100,65,PIE_DIAMETER);
                    g.DrawPie(Pens.Black,100,65,PIE_DIAMETER,PIE_DIAMETER);
提示错误是:
错误 1 与“System.Drawing.Graphics.FillPie(System.Drawing.Brush, System.Drawing.Rectangle, float, float)”最匹配的重载方法具有一些无效参数 51
错误 2 参数 2: 无法从“int”转换为“System.Drawing.Rectangle” 错误
         3 “DrawPie”方法没有任何重载采用“5”个参数

其中 PIE_DIAMETER为 const int PIE_DIAMETER=200;、

试问怎么改正
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,