C# Class ExterniUredjajKlijentApp.Uposlenici.Helper.CameraHelper

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ooad-2015-2016/Obavijesti Class Usage Examples

Méthodes publiques

Свойство Type Description
internalStatus string

Méthodes publiques

Méthode Description
CameraHelper ( CaptureElement previewControl ) : System
InitializeCameraAsync ( ) : System.Threading.Tasks.Task
TakePhotoAsync ( Action callback ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnNotifyPropertyChanged ( [ memberName = "" ) : void

Private Methods

Méthode Description
StartPreviewAsync ( ) : System.Threading.Tasks.Task

Method Details

CameraHelper() public méthode

public CameraHelper ( CaptureElement previewControl ) : System
previewControl Windows.UI.Xaml.Controls.CaptureElement
Résultat System

InitializeCameraAsync() public méthode

public InitializeCameraAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnNotifyPropertyChanged() protected méthode

protected OnNotifyPropertyChanged ( [ memberName = "" ) : void
memberName [
Résultat void

TakePhotoAsync() public méthode

public TakePhotoAsync ( Action callback ) : System.Threading.Tasks.Task
callback Action
Résultat System.Threading.Tasks.Task

Property Details

internalStatus public_oe property

public string internalStatus
Résultat string