Point and Pset

  • Thread starter Thread starter Jim McGivney
  • Start date Start date
J

Jim McGivney

In VB6 I used the Point method to return the color of a pixel and the Pset
method to change the color of a pixel.
How do I accomplish the equilivant in C# ?
Thanks in advance for your help.
Jim
 
Jim said:
In VB6 I used the Point method to return the color of a pixel and the Pset
method to change the color of a pixel.
How do I accomplish the equilivant in C# ?
Thanks in advance for your help.
Jim
I think you would have to access the GDI API to change pixel value..

I had to get pixel value once, I created a handle, used getpixel() and
released the handle
 

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

Back
Top