UIKit.UIImagePickerMediaPickedEventArgs Members

The members of UIKit.UIImagePickerMediaPickedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the UIImagePickerMediaPickedEventArgs class.

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.