文件名称:C#绘制抛物线
文件大小:40KB
文件格式:RAR
更新时间:2015-12-28 10:38:17
C# 抛物线
C# 抛物线 public partial class Form1 : Form { Bitmap oriBmp = null; Bitmap oriBmp1 = null; Bitmap bufferBmp = null; double a, b, c; float xx, yy; public Form1() { InitializeComponent(); } //绘制坐标系 private void Form1_Load(object sender, EventArgs e) { pictureBox1.Image = new Bitmap(400, 400); Graphics g = Graphics .FromImage (pictureBox1.Image ); g.Clear(Color.White); Pen blackPen = new Pen(Color.Black, 1); g.TranslateTransform(200, 200);
【文件预览】:
11.16抛物线
----抛物线.suo(15KB)
----抛物线()
--------bin()
--------Form1.Designer.cs(10KB)
--------Program.cs(468B)
--------obj()
--------Form1.cs(5KB)
--------抛物线.csproj(3KB)
--------Form1.resx(6KB)
--------Properties()
----抛物线.sln(916B)