C# Класс MCAEmotiv.GUI.Animation.FixationView

This view draws a fixation cross and waits for a fixed time period
Наследование: AbstractTimedView
Показать файл Открыть проект

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

Метод Описание
FixationView ( int displayTimeMillis ) : System

Constructs a fixation view that displays for the specified time period

FixationView ( int displayTimeMillis, IViewResult &result ) : System

Constructs a fixation view that displays for the specified time period and returns the result as an out parameter

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

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

Constructs a fixation view that displays for the specified time period
public FixationView ( int displayTimeMillis ) : System
displayTimeMillis int
Результат System

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

Constructs a fixation view that displays for the specified time period and returns the result as an out parameter
public FixationView ( int displayTimeMillis, IViewResult &result ) : System
displayTimeMillis int
result IViewResult
Результат System