how to clear the graphics(rectangle shape) in picturebox

前端 未结 1 1746
有刺的猬
有刺的猬 2021-01-14 04:58

i created rectangle shape user control and i am using this user control in my application.In my application i am processing a image for different operations such as reading

相关标签:
1条回答
  • 2021-01-14 05:38

    Try this Graphics.clear(); or this.Invalidate();

    0 讨论(0)
提交回复
热议问题