protected override void OnLoad(EventArgs e) { base.OnLoad(e); GraphicsPath path = new GraphicsPath(); path.AddEllipse(this.ClientRectangle); Region reg = new Region(path); this.Region = reg; }
17,748
社区成员
24,327
社区内容
加载中
试试用AI创作助手写篇文章吧