simple pixel plotting

J

Jacky Luk

Hi,
I used to stick with VB6 and now changing to vb.net What about pixel
plotting? there is no function like pset. So how to do simple pixels on
screen?
Thanks a lot
Jack
 
C

Cor Ligthert

Jacky.

It is better to keep problems together to keep messages one the same
messagethread

Cor
 
H

Herfried K. Wagner [MVP]

Jacky Luk said:
I used to stick with VB6 and now changing to vb.net What about pixel
plotting? there is no function like pset. So how to do simple pixels on
screen?

Create a new 'Bitmap' object of appropriate size and use its 'SetPixel'
method to change the color of its pixels.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top