id=31760 // Check to see if image info is on the pasteboard ok = bool_objc_msgSend_IntPtr_IntPtr (pasteboard.Handle, Selector.GetHandle ("canReadObjectForClasses:options:"), classArray.Handle, IntPtr.Zero); if (ok) { // Read the image off of the pasteboard NSObject [] objectsTo...