Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用visual basic 2010做一个绘图软件。我只想知道如何在vb.net中给图片框添加绘图效果
尝试这个:
Dim Graphics As Graphics = PictureBox1.CreateGraphics() 'Use the Graphics variable to draw on the picture box.