用paint方法渐变的窗口背景,using System.Drawing.Drawing2D的应用,C#源代码Graphics g=e.Graphics;

时间:2012-01-12 04:37:57
【文件属性】:
文件名称:用paint方法渐变的窗口背景,using System.Drawing.Drawing2D的应用,C#源代码Graphics g=e.Graphics;
文件大小:36KB
文件格式:RAR
更新时间:2012-01-12 04:37:57
用paint方法渐变的窗口背景,using System.Drawing.Drawing2D的应用,C#源代码Graphics g=e.Graphics; 用paint方法渐变的窗口背景,using System.Drawing.Drawing2D的应用,C#源代码Graphics g=e.Graphics; Color FColor=Color.Blue; Color TColor=Color.Yellow; Brush b =new LinearGradientBrush(this.ClientRectangle, FColor, TColor, LinearGradientMode.ForwardDiagonal); g.FillRectangle(b,this.ClientRectangle); VS2008
【文件预览】:
C#081222-用paint方法渐变的窗口背景
----Drawing2D_Using()
--------Form1.cs(818B)
--------bin()
--------Drawing2D_Using.csproj(4KB)
--------obj()
--------Properties()
--------Program.cs(496B)
--------Form1.Designer.cs(1KB)
--------Form1.resx(6KB)
----Drawing2D_Using.suo(13KB)
----readme.txt(388B)
----Drawing2D_Using.sln(935B)

网友评论