用C#绘制样条曲线

时间:2019-12-18 09:05:26
【文件属性】:
文件名称:用C#绘制样条曲线
文件大小:40KB
文件格式:RAR
更新时间:2019-12-18 09:05:26
绘制样条曲线 用C#绘制样条曲线, Point[] points = {new Point(60, 60), new Point(150, 80), new Point(200, 40), new Point(180, 120), new Point(120, 100), new Point(80, 160)}; Pen pen = new Pen(Color.FromArgb(255, 0, 0, 255)); e.Graphics.DrawClosedCurve(pen, points);
【文件预览】:
021用C#绘制样条曲线
----SPLINE()
--------bin()
--------Form1.Designer.cs(1KB)
--------Program.cs(487B)
--------SPLINE.csproj.user(452B)
--------obj()
--------Form1.cs(818B)
--------app.config(144B)
--------Form1.resx(6KB)
--------Properties()
--------SPLINE.csproj(5KB)
----新建 文本文档.txt(398B)
----SPLINE.sln(908B)
----SPLINE.suo(17KB)
----readme.txt(250B)

网友评论

  • 这简直是在开玩笑