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);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-04-05
  • 2022-01-21
猜你喜欢
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-01-06
  • 2021-08-04
  • 2022-12-23
相关资源
相似解决方案