C# Class MCAEmotiv.GUI.Animation.TextView

Displays the given text for a fixed period of time
Inheritance: AbstractTimedView
Mostrar archivo Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
TextView ( string text, int displayTimeMillis, Font font = null ) : System

Construct a text view with the specified text and display time

Method Details

TextView() public method

Construct a text view with the specified text and display time
public TextView ( string text, int displayTimeMillis, Font font = null ) : System
text string
displayTimeMillis int
font System.Drawing.Font
return System