C# Class MCAEmotiv.GUI.Animation.ImageView

Displays one or more images using the specified settings. Optionally tags the display using an EEG data source, and resets the marker on finishing. The result is a boolean indicating whether the images successfully loaded.
Inheritance: AbstractTimedView
Afficher le fichier Open project: madelson/Emotiv-Experimenter

Méthodes publiques

Méthode Description
ImageView ( int displayTimeMillis ) : System

Construct an image view that displays for the specified time

ImageView ( int displayTimeMillis, IViewResult &result ) : System

Construct an image view that displays for the specified time and returns the result as an out parameter

Method Details

ImageView() public méthode

Construct an image view that displays for the specified time
public ImageView ( int displayTimeMillis ) : System
displayTimeMillis int
Résultat System

ImageView() public méthode

Construct an image view that displays for the specified time and returns the result as an out parameter
public ImageView ( int displayTimeMillis, IViewResult &result ) : System
displayTimeMillis int
result IViewResult
Résultat System