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

Displays the given text for a fixed period of time
Наследование: AbstractTimedView
Показать файл Открыть проект

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

Метод Описание
TextView ( string text, int displayTimeMillis, Font font = null ) : System

Construct a text view with the specified text and display time

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

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

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