In Monotouch the only way you can get the Image from an ABPerson instance is using the Image property which returns the image in its original size.
In Objective-C there is a function called ABPersonCopyImageDataWithFormat ( http://developer.apple.com/library/ios/#documentation/AddressBook/Reference/ABPersonRef_iPhoneOS/Reference/reference.html#//apple_ref/c/func/ABPersonCopyImageDataWithFormat http://developer.apple.com/library/ios/#documentation/AddressBook/Reference/ABPersonRef_iPhoneOS/Reference/reference.html#//apple_ref/c/func/ABPersonCopyImageDataWithFormat ), which can return the thumbnailed image from the contact, but Monotouch does not provide a binding for this. Does any body know how to call this function in Monotouch or how to create its binding? Thanks, Danny -- View this message in context: http://monotouch.2284126.n4.nabble.com/Monotouch-binding-for-ABPersonCopyImageDataWithFormat-tp3645593p3645593.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
