C# 클래스 MCAEmotiv.GUI.Animation.FixationView

This view draws a fixation cross and waits for a fixed time period
상속: AbstractTimedView
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

메소드 설명
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