我刚才试了下,直接清除的属性没找到。不过另外一种变通方式也可以试下。
Dim p As WinForm.Painter = e.Form.Controls("Painter1")p.Graphics.clear(Color.White)p.Repaint()