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
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

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