资源大小: 33KB
发布时间: 2008-12-31
文件格式: rar
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

绘制贝赛尔样条,C#源代码Point[] p = { new Point(10, 100), // start point of first spline new Point(75, 10), // first control point of first spline new Point(80, 50), // second control point of first spline new Point(100, 150), // end point of first spline and // start point of second spline new Point(125, 80), // first control point of second spline new Point(175, 200), // second control point of second spline new Point(200, 80)}; // end point of second spline Pen pen = new Pen(Color.Blue); e.Graphics.DrawBeziers(pen, p);


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。