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