Hi,
Im new to this GDI stuff in VB.NET.
How can I draw a single pixel onto a control?
e.Graphics.DrawLine(MyPen, x, y, x, y) doesnt work and e.Graphics.DrawLine(MyPen, x, y, x + 1, y) draws a small line instead of a single pixel...
There isnt a DrawPoint or DrawPixel method, is it?
Thank you!
Im new to this GDI stuff in VB.NET.
How can I draw a single pixel onto a control?
e.Graphics.DrawLine(MyPen, x, y, x, y) doesnt work and e.Graphics.DrawLine(MyPen, x, y, x + 1, y) draws a small line instead of a single pixel...
There isnt a DrawPoint or DrawPixel method, is it?
Thank you!