知识大全 在c#.net中画带阴影效果的文字

Posted 阴影

篇首语:科学是为了那些勤奋好学的人,诗歌是为了那些知识渊博的人本文由小常识网(cha138.com)小编为大家整理,主要介绍了知识大全 在c#.net中画带阴影效果的文字相关的知识,希望对你有一定的参考价值。

<! StartFragment >using System;using System Drawing;using System Drawing Text;using System Drawing Drawing D;using System Collections;using System ComponentModel;using System Windows Forms;using System Data; namespace WindowsApplication /// <summary>/// Form 的摘要说明 /// </summary>public class Form : System Windows Forms Form/// <summary>/// 必需的设计器变量 /// </summary>private System ComponentModel Container ponents = null;private string TextToDraw = public Form ()//// Windows 窗体设计器支持所必需的//InitializeComponent(); // 在 InitializeComponent 调用后添加任何构造函数代码this SetStyle(ControlStyles ResizeRedraw true);/// <summary>/// 清理所有正在使用的资源 /// </summary>protected override void Dispose( bool disposing )if( disposing )if (ponents != null) ponents Dispose();base Dispose( disposing );#region Windows Form Designer generated code/// <summary>/// 设计器支持所需的方法 不要使用代码编辑器修改/// 此方法的内容 /// </summary>private void InitializeComponent()// // Form // this AutoScaleBaseSize = new System Drawing Size( );this BackColor = System Drawing Color White;this ClientSize = new System Drawing Size( );this Font = new System Drawing Font( Tahoma F System Drawing FontStyle Bold System Drawing GraphicsUnit Point ((System Byte)( )));this Name = Form ;this Text = Form ;this Paint += new System Windows Forms PaintEventHandler(this Form _Paint);#endregion/// <summary>/// 应用程序入口点/// </summary>[STAThread]static void Main() Application Run(new Form ());protected override void OnPaintBackground(PaintEventArgs e)LinearGradientBrush b = new LinearGradientBrush(this ClientRectangle Color Blue Color AliceBlue f);e Graphics FillRectangle(b this ClientRectangle);b Dispose();private void Form _Paint(object sender System Windows Forms PaintEventArgs e)// 创建一个小的BitmapBitmap bm = new Bitmap(this ClientSize Width/ this ClientSize Height/ );//得到 Graphics 对象Graphics g = Graphics FromImage(bm);// 必须使用 antialiased rendering hintg TextRenderingHint = TextRenderingHint AntiAlias;//this matrix zooms the text out to / size and offsets it by a little right and downMatrix mx = new Matrix( f f );g Transform = mx;// 画阴影g DrawString(TextToDraw Font new SolidBrush( Color FromArgb( Color Black)) StringFormat GenericTypographic );g Dispose();e Graphics InterpolationMode=InterpolationMode HighQualityBicubic;e Graphics TextRenderingHint=TextRenderingHint AntiAlias;e Graphics DrawImage(bm this ClientRectangle bm Width bm Height GraphicsUnit Pixel);e Graphics DrawString(TextToDraw Font Brushes White StringFormat GenericTypographic);bm Dispose(); cha138/Article/program/net/201311/11367

相关参考

知识大全 “HTMLMarkup”标记实现网页画中画

“HTMLMarkup”标记实现网页画中画  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!我们在浏览

第二段中画线处“它”指的是

第二段中画线处“它”指的是_____。A、自然美B、人的灵感C、古代诗词D、借景抒情答案:A解析:根据指代就近原则可知,“它”就近指代前文的“自然之美”,故本题答案为A。

知识大全 怎么样在CAD中画出K线图,通过读取股票资料,谁能给点帮助,用程式实现

怎么样在CAD中画出K线图,通过读取股票资料,谁能给点帮助,用程式实现!  以下文字资料是由(历史新知网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起

知识大全 制作阴影效果的表格

  网上看到过这样的效果现提供制作的Html代码cha138/Article/program/Java/JSP/201311/19275

知识大全 在C#.net中操作XML实例

在C#.net中操作XML实例  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  在中如何操作XML

知识大全 c#.net在WEB页中设置COOKIES

c#.net在WEB页中设置COOKIES  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  在WE

知识大全 《匆匆》1读读短文中画横线的句子照这样的句式进行仿写。2读了这篇文章,你有些什么感受

《匆匆》1读读短文中画横线的句子照这样的句式进行仿写。2读了这篇文章,你有些什么感受?请写在下面。“我们的日子为什么一去不复返呢?”这是朱自清先生在散文《匆匆》里问过的一句话。光阴似箭,日月如梭,不知

知识大全 Asp.net图片上传实现预览效果的简单代码

Asp.net图片上传实现预览效果的简单代码  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!这篇文章

知识大全 使用ASP.NET AJAX实现幻灯片效果

使用ASP.NETAJAX实现幻灯片效果  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!Typere

知识大全 Asp.net,C# 加密解密字符串

Asp.net,C#加密解密字符串  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  首先在nfig