UIImagePickerMediaPickedEventArgs Class

Definition

Provides data for the FinishedPickingMedia event.

public class UIImagePickerMediaPickedEventArgs : EventArgs
type UIImagePickerMediaPickedEventArgs = class
    inherit EventArgs
Inheritance
UIImagePickerMediaPickedEventArgs

Remarks

These arguments are available if you use the FinishedPickingMedia event in UIImagePickerController.

Constructors

UIImagePickerMediaPickedEventArgs(NSDictionary)

Initializes a new instance of the UIImagePickerMediaPickedEventArgs class.

Properties

CropRect

The cropping rectangle that was applied to the original image.

EditedImage

The image edited by the user.

ImageUrl

Gets the NSUrl of the image file.

Info

The original dictionary that was used to create this UIImagePickerMediaPickedEventArgs.

LivePhoto

Gets the PHLivePhoto of the photo.

MediaMetadata

For newly-captured photos only, retrieves the metadata of the photo.

MediaType

Indicates the media type.

MediaUrl

The filesystem URL for a movie.

OriginalImage

The original image prior to editing by the user.

PHAsset
ReferenceUrl

Applies to