新手求助,绘制曲线问题
c#吧
全部回复
仅看楼主
level 7
无双飞霜 楼主
路径已知的txt 中有100个随机数,已每个数的序号为X轴,数本身为y轴,绘制曲线。
Graphics g = richTextBox1.CreateGraphics();
Pen pen1 = new Pen(Color.Black, 5);
this.richTextBox1.Refresh();
Point[] points = new Point[100];
{
。。。
}
g.DrawCurve(pen1, points);
[泪][泪][泪] “。。。” 该怎么搞
2015年11月18日 13点11分 1
level 7
无双飞霜 楼主
顶一顶
2015年11月18日 16点11分 3
level 7
无双飞霜 楼主
[泪]顶一顶
2015年11月20日 05点11分 4
1