Méthode | Description | |
---|---|---|
CameraViewModel ( ICameraEngine cameraEngine, INavigationFacade navigationFacade, IDialogService dialogService ) : System |
Initializes a new instance of the CameraViewModel class.
|
|
LoadCamera ( |
Loads the camera.
|
|
LoadState ( |
Loads the state.
|
|
SetMediaCaptureSource ( |
Sets the media capture source to enable live preview in the UI.
|
|
UnloadCamera ( ) : System.Threading.Tasks.Task |
Unloads the camera.
|
Méthode | Description | |
---|---|---|
OnOpenPicture ( ) : void | ||
OnSwitchCamera ( ) : void | ||
OnSwitchFlash ( ) : void | ||
OnTakePhoto ( ) : void |
public CameraViewModel ( ICameraEngine cameraEngine, INavigationFacade navigationFacade, IDialogService dialogService ) : System | ||
cameraEngine | ICameraEngine | The camera engine. |
navigationFacade | INavigationFacade | The navigation facade. |
dialogService | IDialogService | The dialog service. |
Résultat | System |
public LoadCamera ( |
||
capturePreview | The capture preview. | |
Résultat | System.Threading.Tasks.Task |
public LoadState ( |
||
args | The arguments. | |
Résultat | System.Threading.Tasks.Task |
public SetMediaCaptureSource ( |
||
mediaCapture | The media capture object. | |
Résultat | void |
public UnloadCamera ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |