-2

我想用visual basic 2010做一个绘图软件。我只想知道如何在vb.net中给图片框添加绘图效果

4

1 回答 1

0

尝试这个:

Dim Graphics As Graphics = PictureBox1.CreateGraphics()
'Use the Graphics variable to draw on the picture box.
于 2021-07-02T20:55:58.937 回答