C#绘制渐变线条

Brush brush = new LinearGradientBrush(new Point(0, 100), new Point(800, 100), Color.Blue, Color.White);
            e.Graphics.FillRectangle(brush, this.ClientRectangle);

 

posted @ 2013-07-19 09:37  Micmacs  阅读(1001)  评论(0编辑  收藏  举报