C# Class Catrobat.IDE.WindowsPhone.ExtendedSplash

Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
ExtendedSplash ( ImageSource preloadedImage, double opacity = 1 ) : System.IO
ExtendedSplash ( SplashScreen splashscreen, IActivatedEventArgs e, ImageSource preloadedImage ) : System.IO
InitializationFinished ( IActivatedEventArgs e ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
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

Method Details

ExtendedSplash() public méthode

public ExtendedSplash ( ImageSource preloadedImage, double opacity = 1 ) : System.IO
preloadedImage ImageSource
opacity double
Résultat System.IO

ExtendedSplash() public méthode

public ExtendedSplash ( SplashScreen splashscreen, IActivatedEventArgs e, ImageSource preloadedImage ) : System.IO
splashscreen Windows.ApplicationModel.Activation.SplashScreen
e IActivatedEventArgs
preloadedImage ImageSource
Résultat System.IO

InitializationFinished() public static méthode

public static InitializationFinished ( IActivatedEventArgs e ) : System.Threading.Tasks.Task
e IActivatedEventArgs
Résultat System.Threading.Tasks.Task