C# 클래스 Catrobat.IDE.WindowsPhone.ExtendedSplash

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 메소드들

메소드 설명
ExtendedSplash ( ImageSource preloadedImage, double opacity = 1 ) : System.IO
ExtendedSplash ( SplashScreen splashscreen, IActivatedEventArgs e, ImageSource preloadedImage ) : System.IO
InitializationFinished ( IActivatedEventArgs e ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
DismissedEventHandler ( SplashScreen sender, object e ) : void
ExtendedSplash_OnResize ( Object sender, WindowSizeChangedEventArgs e ) : void
PositionImage ( ) : void
RestoreCatrobatStateAsync ( ApplicationExecutionState executionState ) : System.Threading.Tasks.Task
RestoreStateAsync ( ApplicationExecutionState executionState ) : void
TryAddProgram ( Stream programStream ) : System.Threading.Tasks.Task

메소드 상세

ExtendedSplash() 공개 메소드

public ExtendedSplash ( ImageSource preloadedImage, double opacity = 1 ) : System.IO
preloadedImage ImageSource
opacity double
리턴 System.IO

ExtendedSplash() 공개 메소드

public ExtendedSplash ( SplashScreen splashscreen, IActivatedEventArgs e, ImageSource preloadedImage ) : System.IO
splashscreen Windows.ApplicationModel.Activation.SplashScreen
e IActivatedEventArgs
preloadedImage ImageSource
리턴 System.IO

InitializationFinished() 공개 정적인 메소드

public static InitializationFinished ( IActivatedEventArgs e ) : System.Threading.Tasks.Task
e IActivatedEventArgs
리턴 System.Threading.Tasks.Task