当前位置: 首页 > news >正文

创意网站推荐企业培训师资格证报考2022

创意网站推荐,企业培训师资格证报考2022,常用网站搜索引擎,企业天眼查询信息官网一、起因 关于winform窗体无边框的问题很简单#xff0c;只需要设置winform的窗体属性即可#xff1a; FormBorderStyle FormBorderStyle.None; 但是这中无边框窗口实现的效果和背景完全没有层次的感觉#xff0c;所以能加上阴影#xff0c;突出窗口显示的感觉。 二、…一、起因 关于winform窗体无边框的问题很简单只需要设置winform的窗体属性即可 FormBorderStyle FormBorderStyle.None; 但是这中无边框窗口实现的效果和背景完全没有层次的感觉所以能加上阴影突出窗口显示的感觉。 二、网上搜索的解决方案 方法 1 首先发现了使用 user32.dll 中方法实现的方案 C# WinForm无边框窗体设置阴影效果 缺点这种方法只能实现右边和下边的阴影效果效果不是很好。 效果如图 方法 2 然后发现了使用双层窗体底层窗体贴阴影的PNG来实现的方式 教你实现Winform窗体的四边阴影效果 缺点PNG格式特点是支持alpha通道半透明但是放大会失真 效果如图 三、最终解决方案 我使用的方法是绘制阴影到bitmap上然后使用双层窗体的原理把bitmap绘制到背景层上去。 其中比较重要的是 1、绘制圆角矩形 public static void DrawRoundRectangle(Graphics g, Pen pen, Rectangle rect, int cornerRadius) {using (GraphicsPath path CreateRoundedRectanglePath(rect, cornerRadius)){g.DrawPath(pen, path);} } public static void FillRoundRectangle(Graphics g, Brush brush, Rectangle rect, int cornerRadius) {using (GraphicsPath path CreateRoundedRectanglePath(rect, cornerRadius)){g.FillPath(brush, path);} } internal static GraphicsPath CreateRoundedRectanglePath(Rectangle rect, int cornerRadius) {GraphicsPath roundedRect new GraphicsPath();roundedRect.AddArc(rect.X, rect.Y, cornerRadius * 2, cornerRadius * 2, 180, 90);roundedRect.AddLine(rect.X cornerRadius, rect.Y, rect.Right - cornerRadius * 2, rect.Y);roundedRect.AddArc(rect.X rect.Width - cornerRadius * 2, rect.Y, cornerRadius * 2, cornerRadius * 2, 270, 90);roundedRect.AddLine(rect.Right, rect.Y cornerRadius * 2, rect.Right, rect.Y rect.Height - cornerRadius * 2);roundedRect.AddArc(rect.X rect.Width - cornerRadius * 2, rect.Y rect.Height - cornerRadius * 2, cornerRadius * 2, cornerRadius * 2, 0, 90);roundedRect.AddLine(rect.Right - cornerRadius * 2, rect.Bottom, rect.X cornerRadius * 2, rect.Bottom);roundedRect.AddArc(rect.X, rect.Bottom - cornerRadius * 2, cornerRadius * 2, cornerRadius * 2, 90, 90);roundedRect.AddLine(rect.X, rect.Bottom - cornerRadius * 2, rect.X, rect.Y cornerRadius * 2);roundedRect.CloseFigure();return roundedRect; } 2、绘制阴影 internal void DrawShadow() {Bitmap bitmap null;Graphics g null;try{bitmap new Bitmap(Width, Height);g Graphics.FromImage(bitmap);g.SmoothingMode SmoothingMode.AntiAlias;Color c Color.FromArgb(0, 0, 0, 0);Pen p new Pen(c, 3);for (int i 0; i Main.ShadowWidth; i){p.Color Color.FromArgb((255 / 10 / Main.ShadowWidth) * i, c);DrawRoundRectangle(g, p, new Rectangle(i, i, Width - (2 * i) - 1, Height - (2 * i) - 1), Main.ShadowWidth - i);}SetBits(bitmap);}catch { }finally{g?.Dispose();bitmap?.Dispose();} } 3、绘制半透明bitmap到窗口上 protected override CreateParams CreateParams {get{CreateParams cParms base.CreateParams;cParms.ExStyle | 0x00080000; // WS_EX_LAYEREDreturn cParms;} } public void SetBits(Bitmap bitmap) {if (!Image.IsCanonicalPixelFormat(bitmap.PixelFormat) || !Image.IsAlphaPixelFormat(bitmap.PixelFormat))throw new ApplicationException(图片必须是32位带Alhpa通道的图片。);IntPtr oldBits IntPtr.Zero;IntPtr screenDC FormStyleAPI.GetDC(IntPtr.Zero);IntPtr hBitmap IntPtr.Zero;IntPtr memDc FormStyleAPI.CreateCompatibleDC(screenDC);try{FormStyleAPI.Point topLoc new FormStyleAPI.Point(Left, Top);FormStyleAPI.Size bitMapSize new FormStyleAPI.Size(Width, Height);FormStyleAPI.BLENDFUNCTION blendFunc new FormStyleAPI.BLENDFUNCTION();FormStyleAPI.Point srcLoc new FormStyleAPI.Point(0, 0);hBitmap bitmap.GetHbitmap(Color.FromArgb(0));oldBits FormStyleAPI.SelectObject(memDc, hBitmap);blendFunc.BlendOp FormStyleAPI.AC_SRC_OVER;blendFunc.SourceConstantAlpha Byte.Parse(((int)(Main.Opacity * 255)).ToString());blendFunc.AlphaFormat FormStyleAPI.AC_SRC_ALPHA;blendFunc.BlendFlags 0;FormStyleAPI.UpdateLayeredWindow(Handle, screenDC, ref topLoc, ref bitMapSize, memDc, ref srcLoc, 0, ref blendFunc, FormStyleAPI.ULW_ALPHA);}finally{if (hBitmap ! IntPtr.Zero){FormStyleAPI.SelectObject(memDc, oldBits);FormStyleAPI.DeleteObject(hBitmap);}FormStyleAPI.ReleaseDC(IntPtr.Zero, screenDC);FormStyleAPI.DeleteDC(memDc);} } 四、最终方案的效果和源码 源码下载
http://www.pierceye.com/news/364621/

相关文章:

  • 云服务器如何安装网站爱站网seo综合查询
  • 个人建什么样的网站好wordpress添加用户登录
  • 中国教育网站官网做网站购买域名之后
  • 公司网站建设的优势新图闻的品牌建设经验
  • 网站建设是在商标哪个类别深圳宝安区新安街道
  • 网站推广服务器怎么选wordpress获取菜单链接地址
  • 横岗做网站外贸网站建设推广优化
  • 怎样搭建一个个人网站国金紫郡府淮北论坛
  • 网站建设类型wordpress词典模板
  • wordpress标签订阅插件优化网站视频
  • 聊城市建设工程质量监督站网站济南建站公司哪有
  • 郑州做网站便宜没有有知道钓鱼网站在哪儿做
  • 免费建自己域名的网站吗seo推广排名软件
  • 关于asp_sql网站开发的书籍专门做图片的网站cms
  • 淮安 网站建设:2003建网站
  • 怎么做网站的主页面编程软件scratch免费下载
  • 建设银行无锡分行网站网页版游戏单机游戏
  • 遵义网站建设中心如何低成本做网站推广
  • 国基建设集团有限公司网站学校网站网页模板
  • 舟山网站开发免费com域名网站
  • 网站开发 脚本之家怎么注册一个企业邮箱
  • 青岛做网站公企业管理软件销售
  • 简约风格的网站宁波余姚网站建设
  • 口碑好的免费网站建设企业做网站电话约见客户的对话
  • 做网站采集传统的网站开发模式
  • 网站用哪个软件做中国建设银行行号查询
  • 公司简介网站模板常州建设工程信息网
  • 综合类门户网站有哪些wordpress媒体库一直转圈
  • 官方网站建设属于什么科目室内设计很多人都干不下去了
  • 如何保存个人网站部队网站模板