用C#绘制样条曲线又一例, Point[] points = {new Point(60, 60),
用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);
文件列表
SPLINE.rar
(预估有个23文件)
SPLINE
SPLINE
Form1.cs
818B
bin
Debug
SPLINE.pdb
22KB
SPLINE.vshost.exe.manifest
490B
SPLINE.vshost.exe
14KB
SPLINE.exe
8KB
obj
暂无评论