Joining pixels
-
Hello, I would like to know, for joining two pixels in a bitmap. As i have set of pixels, so i need to join them.
-
Hello, I would like to know, for joining two pixels in a bitmap. As i have set of pixels, so i need to join them.
huh ? pixels are independant entities ( if I may say so ); even in a bitmap. what exactly are you wanting to do ?
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Hello, I would like to know, for joining two pixels in a bitmap. As i have set of pixels, so i need to join them.
Hi chaitanya22 , Can you be more specific ? what do you need?
-
huh ? pixels are independant entities ( if I may say so ); even in a bitmap. what exactly are you wanting to do ?
Maximilien Lincourt Your Head A Splode - Strong Bad
I have set of cartesian coordinates, i plotted them on bitmap by using SetPixel(...);, and so then i would like to join all the pixels.
-
I have set of cartesian coordinates, i plotted them on bitmap by using SetPixel(...);, and so then i would like to join all the pixels.
-
yes, to draw a line between those points