PDA

Click to See Complete Forum and Search --> : Drawing into a PictureBox


Tonatiuh
Feb 28th, 2002, 12:03 PM
What happend in VB .NET with the old methods: PSet, Line, etc. to "manually" draw into a PictureBox?

Cander
Feb 28th, 2002, 12:05 PM
replaced with GDI+ (System.Drawing namespaces)

Havent done much with this yet so you may need to do soe searching..just search for GDI+