Brush brush = new LinearGradientBrush(new Point(0, 100), new Point(800, 100), Color.Blue, Color.White); e.Graphics.FillRectangle(brush, this.ClientRectangle);
本文共 222 字,大约阅读时间需要 1 分钟。
Brush brush = new LinearGradientBrush(new Point(0, 100), new Point(800, 100), Color.Blue, Color.White); e.Graphics.FillRectangle(brush, this.ClientRectangle);
转载于:https://www.cnblogs.com/qq1223558/p/3199910.html