摘要: private void Draw(IntPtr winHandle,Point location,Size size) { Graphics g = Graphics.FromHwnd(winHandle); GraphicsPath gp = new GraphicsPath(); Rectangle rec = new Rectangle(location, size); gp.AddRectangle(rec); Color[] surroundColor = new Color[] { Color.White }; PathGradientBrush pb = new PathGr. 阅读全文
posted @ 2011-10-23 19:49 lanmiao 阅读(1378) 评论(0) 推荐(0) 编辑