C#

3年前 (2021-06-24)阅读950回复0
何小荷
何小荷
  • 管理员
  • 发消息
  • 注册排名424
  • 经验值170
  • 级别管理员
  • 主题34
  • 回复0
楼主

System.Drawing.SolidBrush myBrush = new System.Drawing.SolidBrush(System.Drawing.Color.Red);

System.Drawing.Graphics formGraphics;

formGraphics = this.CreateGraphics();

formGraphics.FillEllipse(myBrush, new Rectangle(0, 0, 200, 300));

myBrush.Dispose();

formGraphics.Dispose();

0
0
收藏0
回帖

C# 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息