The members of UIKit.UIImagePickerController are listed below.
See Also: Inherited members from UIKit.UINavigationController
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| AllowsEditing | bool. Whether the application user is allowed to edit a selected picture or movie. | |
| AllowsImageEditing | bool. Whether the application user is allowed to edit images. | |
| CameraCaptureMode | UIImagePickerControllerCameraCaptureMode. The capture mode of the camera. | |
| CameraDevice | UIImagePickerControllerCameraDevice. The camera used by this UIImagePickerController. | |
| CameraFlashMode | UIImagePickerControllerCameraFlashMode. The current flash mode of the active camera. | |
| CameraOverlayView | UIView. A custom UIView to overlay on top of the default image picker interface. | |
| CameraViewTransform | CoreGraphics.CGAffineTransform. The affine transform to apply to the camera's preview image. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | CropRect | Foundation.NSString. Key for the editing information dictionary; indicates the cropped rectangle applied to the original image. |
| Delegate | Foundation.NSObject. An instance of the Foundation.NSObject model class which acts as the class delegate. | |
| [read-only] static | EditedImage | Foundation.NSString. Key for the editing information dictionary; indicates the image edited by the user. |
| ImagePickerControllerDelegate | UIImagePickerControllerDelegate. The delegate object that can be used to respond to events relating to this UIImagePickerController. | |
| [read-only] static | MediaMetadata | Foundation.NSString. Represents the value associated with the constant UIImagePickerControllerMediaMetadata |
| [read-only] static | MediaType | Foundation.NSString. A string indicating the type of media being picked. |
| MediaTypes | string[]. The media types accessed by this UIImagePickerController. | |
| [read-only] static | MediaURL | Foundation.NSString. The filesystem URL for a movie. |
| NavigationControllerDelegate | UINavigationControllerDelegate. A delegate object that can be used to respond to navigation events. | |
| [read-only] static | OriginalImage | Foundation.NSString. Key for the editing information dictionary; indicates the original, uncropped image selected by the user. |
| [read-only] static | ReferenceUrl | Foundation.NSString. Represents the value associated with the constant UIImagePickerControllerReferenceURL |
| ShowsCameraControls | bool. Whether this UIImagePickerController should display the default camera controls. | |
| SourceType | UIImagePickerControllerSourceType. The type of picker interface displayed by this UIImagePickerController. | |
| VideoMaximumDuration | double. The maximum duration, in seconds, for a video recording. | |
| VideoQuality | UIImagePickerControllerQualityType. The video recording and transcoding quality. |
static | AvailableCaptureModesForCameraDevice(UIImagePickerControllerCameraDevice)The capture modes for the specified camera. | |
static | AvailableMediaTypes(UIImagePickerControllerSourceType)The available media types for the specified source type. | |
static | IsCameraDeviceAvailable(UIImagePickerControllerCameraDevice)Whether the camera can be used. | |
static | IsFlashAvailableForCameraDevice(UIImagePickerControllerCameraDevice)Whether the specified camera has its flash enabled. | |
static | IsSourceTypeAvailable(UIImagePickerControllerSourceType)Whether the specified UIImagePickerControllerSourceType is available to the application.|Whether the specified UIImagePickerControllerSourceType can be used by the applicati. | |
StartVideoCapture()Begins video capture using this UIImagePickerController's CameraDevice. | ||
StopVideoCapture()Ends video capture. | ||
TakePicture()Captures a still image using this UIImagePickerController's CameraDevice. | ||
| Canceled | Event raised by the object. | |
| FinishedPickingImage | Event raised by the object. | |
| FinishedPickingMedia | Event raised by the object. |