UIKit.UIImagePickerMediaPickedEventArgs: Property Members

The properties of UIKit.UIImagePickerMediaPickedEventArgs are listed below. For a list of all members, see the UIImagePickerMediaPickedEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
CropRectNullable<CoreGraphics.CGRect>. The cropping rectangle that was applied to the original image.
[read-only]
EditedImageUIImage. The image edited by the user.
InfoFoundation.NSDictionary. The original dictionary that was used to create this UIImagePickerMediaPickedEventArgs.
[read-only]
MediaTypestring. Indicates the media type.
[read-only]
MediaUrlFoundation.NSUrl. The filesystem URL for a movie.
[read-only]
OriginalImageUIImage. The original image prior to editing by the user.