You can use the:to get the Graphics object for the PictureBox control. Then use the members of the Graphics class to draw on it.Code:// Create a Graphics object for the Control. Graphics g = pictureBox.CreateGraphics();
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: Drawing ControlThreaded View
|
Click Here to Expand Forum to Full Width |