Свойство | Тип | Описание | |
---|---|---|---|
heightInChars | int | ||
heightInCharsSim | int | ||
lines | Line[] | ||
pos | int[] | ||
posSkips | int[] | ||
prevLines | string[] | ||
widthInChars | int |
Метод | Описание | |
---|---|---|
DisplayHandler ( IDisplay _display ) : System | ||
DisplayLines ( ) : void | ||
Dispose ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
Process ( int _line ) : string |
Process a line of text, applying alignment and scrolling as needed according to our display features.
|
Метод | Описание | |
---|---|---|
AlignmentToContentAlignment ( Alignment aAlignment ) : ContentAlignment | ||
DrawImages ( |
||
DrawText ( |
||
GetEmptyBitmap ( ) : |
||
ProcessG ( |
||
SendGraphics ( ) : void | ||
SendText ( ) : void |
public DisplayHandler ( IDisplay _display ) : System | ||
_display | IDisplay | |
Результат | System |
protected Process ( int _line ) : string | ||
_line | int | The line index. O is the top line, 1 the bottom one. |
Результат | string |