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 when using the FinishedPickingMedia event in UIImagePickerController.

Constructors

Name Description
UIImagePickerMediaPickedEventArgs(NSDictionary)

Create a new instance of the UIImagePickerMediaPickedEventArgs with the specified event data.

Properties

Name Description
CropRect

Gets the cropping rectangle that was applied to the original image.

EditedImage

Gets the image edited by the user.

ImageUrl

Gets the NSUrl of the image file.

Info
LivePhoto

Gets the PHLivePhoto of the photo.

MediaMetadata

Gets the metadata for newly-captured photos.

MediaType

Gets the media type of the picked media.

MediaUrl

Gets the filesystem URL for a movie.

OriginalImage

Gets the original image prior to editing by the user.

PHAsset

Gets the PHAsset associated with the picked media.

ReferenceUrl

Gets the reference URL for the picked asset.

Applies to