设置窗体渐变色背景图像,C#源代码RectangleMyRect=this.ClientRectangle;
设置窗体渐变色背景图像,C#源代码RectangleMyRect=this.ClientRectangle;BitmapMyBmp=newBitmap(MyRect.Width,MyRect.Height);Graphicsg=Graphics.FromImage(MyBmp);LinearGradientBrushMyBrush=newLinearGradientBrush(MyRect,Color.Blue,Color.Black,LinearGradientMode.Horizontal);g.FillRectan
下载地址
用户评论
很好,只是wince上无法用,有相关wince开发代码吗?