阴影效果的文字程序(C#源代码编写) Graphics g = e.Graphics;

时间:2012-01-28 08:14:36
【文件属性】:
文件名称:阴影效果的文字程序(C#源代码编写) Graphics g = e.Graphics;
文件大小:33KB
文件格式:RAR
更新时间:2012-01-28 08:14:36
阴影效果的文字程序(C#源代码编写) Graphics g = e.Graphics; 阴影效果的文字程序(C#源代码编写) Graphics g = e.Graphics; Font myFont; myFont = new Font("SansSerif", 40); SolidBrush textShadowBrush = new SolidBrush(Color.FromArgb(70, Color.Blue)); VisualStudio2008创建
【文件预览】:
yinYingText
----yinYingText()
--------Form1.cs(878B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(492B)
--------Form1.Designer.cs(1KB)
--------Form1.resx(6KB)
--------yinYingText.csproj(4KB)
----yinYingText.suo(13KB)
----readme.txt(320B)
----yinYingText.sln(923B)

网友评论

  • 不是想要的效果,但是多谢了