圆形按钮

System.Drawing.Drawing2D.GraphicsPath path = new System.Drawing.Drawing2D.GraphicsPath();

path.AddEllipse(this.btn_1.ClientRectangle);

this.btn_1.Region = new System.Drawing.Region(path);

posted @ 2008-11-25 11:45  7x10  阅读(369)  评论(0编辑  收藏  举报