程序初始化的时候:
先引用
using System.Drawing.Drawing2D;
GraphicsPath myPath = new GraphicsPath();
myPath.AddEllipse(5, 5,150, 150);
this.button1.Region = new Region(myPath);
this.button2.Region = new Region(myPath);
this.button3.Region = new Region(myPath);
this.button4.Region = new Region(myPath);
&spm=1001.2101.3001.5002&articleId=7457184&d=1&t=3&u=1ba5a8958e424fb5be7ac6ce7e67834f)
2663

被折叠的 条评论
为什么被折叠?



