UIImagePickerMediaPickedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |