problem with a png

  • Thread starter Thread starter leibnizster
  • Start date Start date
L

leibnizster

Hi!

I have a .png file that I copy-pasted off some page. When I watch it in
paint, it is all ok. But when I display it in my .NETCF 2.0 program in
VS2005 it appears with some white lines on it and it looks terrible. I
draw it with DrawImage() using the dimensions of the picture.

What's the problem?

Thanks.
 
Is the displayed image smaller than the actual image? PDAs tend to be very
poor at resizing images, you should resize it on the desktop first, before
copying it to your application.
 
Back
Top