C# Класс 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.
Наследование: AbstractTimedView
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ImageView() публичный Метод

Construct an image view that displays for the specified time
public ImageView ( int displayTimeMillis ) : System
displayTimeMillis int
Результат System

ImageView() публичный Метод

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
Результат System