Hello,
Problem descriptoin :
i have some .wmf (windows meta file ) image file. i want to print that image using DrawImage and this image having high resolution image. now i want to fetch all points of lines from that wmf image file
how could i do this task ?
Thanks.
Loading
Jean PaulPosted May 5, 2011, 2:27 PM
After that you can use the bitmap.GetPixel(x, y) method to read line by line.
Bitmap bitmap = GetBitmap(); // Fill the method
bitmpa.GetPixel(1, 1);
Jean PaulPosted May 5, 2011, 2:27 PM
After that you can use the bitmap.GetPixel(x, y) method to read line by line.
Bitmap bitmap = GetBitmap(); // Fill the method
bitmpa.GetPixel(1, 1);