UIImagePickerImagePickedEventArgs(UIImage, NSDictionary) Constructor

Definition

Initializes a new instance of the UIImagePickerImagePickedEventArgs class.

public UIImagePickerImagePickedEventArgs (UIKit.UIImage image, Foundation.NSDictionary editingInfo);
new UIKit.UIImagePickerImagePickedEventArgs : UIKit.UIImage * Foundation.NSDictionary -> UIKit.UIImagePickerImagePickedEventArgs

Parameters

image
UIImage
editingInfo
NSDictionary

Applies to