C# Class RoverOperator.Content.CameraViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Méthodes publiques

Свойство Type Description
mIsActive bool

Méthodes publiques

Méthode Description
CameraViewModel ( ) : System
CameraViewModel ( string iCameraName ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string iPropertyName ) : void

Private Methods

Méthode Description
CanToggleCamera ( object param ) : bool
EnableToggle ( object sender, System e ) : void
HandleNewVideoFrame ( Bitmap aBitmap ) : void
ToggleCam ( object param ) : void

Method Details

CameraViewModel() public méthode

public CameraViewModel ( ) : System
Résultat System

CameraViewModel() public méthode

public CameraViewModel ( string iCameraName ) : System
iCameraName string
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string iPropertyName ) : void
iPropertyName string
Résultat void

Property Details

mIsActive public_oe property

public bool mIsActive
Résultat bool