C#自定义控件—流动管道如何绘制一个动态的流动管道(FlowPipe)?分两步绘制主要技能:关键理解:绘制的椭圆、线(Rectangle)<x,y【圆切矩形相对于控件原点<左上角>的坐标】,宽,高,开始角度,扫描角度>理解了就好画了 path.AddArc(new Rectangle(this.Height / 2, this.Height / 2, this.Height, this.Height), 180.0f, 90.0f); path.AddLine(-1, this.Height / 2, this.Height+1