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
Mostrar archivo Open project: madelson/Emotiv-Experimenter

Public Methods

Method 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 method

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

ImageView() public method

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
return System