C# 클래스 MediaPortal.ProcessPlugins.MiniDisplayPlugin.DisplayHandler

상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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 ( Graphics graphics ) : void
DrawText ( Graphics graphics ) : void
GetEmptyBitmap ( ) : Bitmap
ProcessG ( Graphics _graphics, int _line ) : void
SendGraphics ( ) : void
SendText ( ) : void

메소드 상세

DisplayHandler() 공개 메소드

public DisplayHandler ( IDisplay _display ) : System
_display IDisplay
리턴 System

DisplayLines() 공개 메소드

public DisplayLines ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Process() 보호된 메소드

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.
리턴 string

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

heightInChars 보호되어 있는 프로퍼티

protected int heightInChars
리턴 int

heightInCharsSim 보호되어 있는 프로퍼티

protected int heightInCharsSim
리턴 int

lines 보호되어 있는 프로퍼티

protected Line[] lines
리턴 Line[]

pos 보호되어 있는 프로퍼티

protected int[] pos
리턴 int[]

posSkips 보호되어 있는 프로퍼티

protected int[] posSkips
리턴 int[]

prevLines 보호되어 있는 프로퍼티

protected string[] prevLines
리턴 string[]

widthInChars 보호되어 있는 프로퍼티

protected int widthInChars
리턴 int