文件名称:绘制贝赛尔样条,C#源代码Point[] p = {
文件大小:33KB
文件格式:RAR
更新时间:2012-01-21 05:14:09
绘制贝赛尔样条,C#源代码Point[] p = {
绘制贝赛尔样条,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);
【文件预览】:
basespline
----basespline.sln(920B)
----basespline()
--------Form1.cs(1KB)
--------bin()
--------basespline.csproj(4KB)
--------obj()
--------Properties()
--------Program.cs(491B)
--------Form1.Designer.cs(1KB)
--------Form1.resx(6KB)
----basespline.suo(13KB)
----新建 文本文档.txt(732B)