倾心映蝶

纷纷扰扰,天地间飞寻,为那一残梦而倾心

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年9月24日

摘要: public void SetWindowRegion() { System.Drawing.Drawing2D.GraphicsPath FormPath; FormPath = new System.Drawing.Drawing2D.GraphicsPath(); Rectangle rect = new Rectangle(0, 0, this.Width, this.Height); FormPath = WinGetRoundedRectPath(rect, 15); ... 阅读全文
posted @ 2013-09-24 23:32 倾心映蝶 阅读(268) 评论(0) 推荐(0) 编辑