Share via


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

Name Description
UIImagePickerMediaPickedEventArgs(NSDictionary)

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

Properties

Name Description
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
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