C# Class Catrobat.IDE.WindowsPhone.ExtendedSplash

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method 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

Method 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 method

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

ExtendedSplash() public method

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

InitializationFinished() public static method

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