C# 클래스 MediaPortal.FullScreenSplashScreen

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

공개 메소드들

메소드 설명
FadeIn ( ) : void

FullScreenSplashScreen ( ) : System
RetrieveSplashScreenInfo ( ) : void

Tries to load settings of the splash screen (color, background image...)

SetInformation ( string information ) : void

SetVersion ( string version ) : void

비공개 메소드들

메소드 설명
ReadReferenceXML ( ) : void

Tries to find the background of the current skin by analysing the reference.xml

ReadSplashScreenXML ( ) : void

Tries to read the splashscreen.xml file of the current skin

메소드 상세

FadeIn() 공개 메소드

public FadeIn ( ) : void
리턴 void

FullScreenSplashScreen() 공개 메소드

public FullScreenSplashScreen ( ) : System
리턴 System

RetrieveSplashScreenInfo() 공개 메소드

Tries to load settings of the splash screen (color, background image...)
public RetrieveSplashScreenInfo ( ) : void
리턴 void

SetInformation() 공개 메소드

public SetInformation ( string information ) : void
information string
리턴 void

SetVersion() 공개 메소드

public SetVersion ( string version ) : void
version string
리턴 void