المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Bitmap Pixels in Bulk



C# Programming
07-03-2009, 01:40 AM
Hello all,
I'm looking for a faster way to get a string representation of a bitmap image without looping through the coordinates in the getpixel(x,y) method. Can it be done more efficiently?

Thanks.