TransLSF  3.0
Traducteur instantane du langage des signes Francais
 All Classes Namespaces Functions Enumerations Properties Events
TransLSF.ViewModels.ImageViewModel Class Reference

Represente le model de vue de ImageView. More...

Inheritance diagram for TransLSF.ViewModels.ImageViewModel:
TransLSF.Utilities.ViewModelBase

Public Member Functions

 ImageViewModel (KinectControllersManager.KinectControllersManager kinectControllersManager)
 Initialise une nouvelle instance de la classe. More...
 
- Public Member Functions inherited from TransLSF.Utilities.ViewModelBase
void VerifyPropertyName (string propertyName)
 Verifie si il existe un accesseur "get" public correspondant a la propriete. More...
 

Properties

WriteableBitmap ColorFrameImage [get]
 Obtient l'image correspondant a la frame couleur. More...
 
WriteableBitmap DepthFrameImage [get]
 Obtient l'image correspondant a la frame profondeur. More...
 
WriteableBitmap SkeletonFrameImage [get]
 Obtient l'image correspondant a la frame skeleton. More...
 
bool IsProgressRingActive [get, set]
 Obtient ou definit la valeur indiquant si l'anneau de chargement est actif. More...
 

Additional Inherited Members

- Protected Member Functions inherited from TransLSF.Utilities.ViewModelBase
virtual void RaisePropertyChanged (string propertyName)
 Lance l'evenement PropertyChanged. More...
 
- Events inherited from TransLSF.Utilities.ViewModelBase
PropertyChangedEventHandler PropertyChanged
 Se produit lorsque la valeur de la propriete a change. More...
 

Detailed Description

Represente le model de vue de ImageView.

Constructor & Destructor Documentation

TransLSF.ViewModels.ImageViewModel.ImageViewModel ( KinectControllersManager.KinectControllersManager  kinectControllersManager)

Initialise une nouvelle instance de la classe.

Parameters
kinectControllersManagerLe manager des differents controles de la Kinect.

Property Documentation

WriteableBitmap TransLSF.ViewModels.ImageViewModel.ColorFrameImage
get

Obtient l'image correspondant a la frame couleur.

WriteableBitmap TransLSF.ViewModels.ImageViewModel.DepthFrameImage
get

Obtient l'image correspondant a la frame profondeur.

bool TransLSF.ViewModels.ImageViewModel.IsProgressRingActive
getset

Obtient ou definit la valeur indiquant si l'anneau de chargement est actif.

WriteableBitmap TransLSF.ViewModels.ImageViewModel.SkeletonFrameImage
get

Obtient l'image correspondant a la frame skeleton.


The documentation for this class was generated from the following file: