C# Class MediaPortal.ProcessPlugins.MiniDisplayPlugin.DisplayHandler

Inheritance: IDisposable
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Protected Properties

Свойство Type Description
heightInChars int
heightInCharsSim int
lines Line[]
pos int[]
posSkips int[]
prevLines string[]
widthInChars int

Méthodes publiques

Méthode Description
DisplayHandler ( IDisplay _display ) : System
DisplayLines ( ) : void
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
Process ( int _line ) : string

Process a line of text, applying alignment and scrolling as needed according to our display features.

Private Methods

Méthode Description
AlignmentToContentAlignment ( Alignment aAlignment ) : ContentAlignment
DrawImages ( Graphics graphics ) : void
DrawText ( Graphics graphics ) : void
GetEmptyBitmap ( ) : Bitmap
ProcessG ( Graphics _graphics, int _line ) : void
SendGraphics ( ) : void
SendText ( ) : void

Method Details

DisplayHandler() public méthode

public DisplayHandler ( IDisplay _display ) : System
_display IDisplay
Résultat System

DisplayLines() public méthode

public DisplayLines ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Process() protected méthode

Process a line of text, applying alignment and scrolling as needed according to our display features.
protected Process ( int _line ) : string
_line int The line index. O is the top line, 1 the bottom one.
Résultat string

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

heightInChars protected_oe property

protected int heightInChars
Résultat int

heightInCharsSim protected_oe property

protected int heightInCharsSim
Résultat int

lines protected_oe property

protected Line[] lines
Résultat Line[]

pos protected_oe property

protected int[] pos
Résultat int[]

posSkips protected_oe property

protected int[] posSkips
Résultat int[]

prevLines protected_oe property

protected string[] prevLines
Résultat string[]

widthInChars protected_oe property

protected int widthInChars
Résultat int