You can't that has to be done on a CGImage. Luckily UIImage objects have that in their CGImage parameter.
See this sample: http://stackoverflow.com/questions/448125/how-to-get-pixel-data-from-a-uiimage-cocoa-touch-or-cgimage-core-graphics, you should be able to port that easily to MonoTouch On Sun, Mar 18, 2012 at 9:43 AM, Vladimir <[email protected]> wrote: > How know value of the pixel (Point(x,y)) in UIImage? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Value-of-the-pixel-tp4481823p4481823.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
