文件名称:设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle;
文件大小:35KB
文件格式:RAR
更新时间:2012-02-11 06:23:06
设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle;
设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle; Bitmap MyBmp = new Bitmap(MyRect.Width, MyRect.Height); Graphics g = Graphics.FromImage(MyBmp); LinearGradientBrush MyBrush = new LinearGradientBrush(MyRect, Color.Blue, Color.Black, LinearGradientMode.Horizontal); g.FillRectangle(MyBrush, MyRect); this.BackgroundImage = MyBmp; VisualStudio2008创建
【文件预览】:
frmChang
----frmChang.suo(13KB)
----readme.txt(512B)
----frmChang()
--------frmChang.csproj(4KB)
--------Form1.cs(969B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(489B)
--------Form1.Designer.cs(2KB)
--------Form1.resx(6KB)
----frmChang.sln(914B)