C# Class StickyTiles.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: limitedmage/StickyTiles

Méthodes publiques

Méthode Description
CompensateForRender ( int bitmapPixels ) : void
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
About_Click ( object sender, EventArgs e ) : void
BackgroundPicker_SelectionChanged ( object sender, System e ) : void
ClosePickers ( object sender, EventArgs e ) : void
CreateAppbars ( ) : void
CreateDonationPopup ( ) : void
DeleteOldTiles ( ) : void
GetJpegBytesFromStream ( Stream stream ) : byte[]
GetTile ( string id ) : ShellTile
GetTileFilename ( string id, bool back = false ) : string
GetTileUri ( string id ) : Uri
PinButton_Click ( object sender, EventArgs e ) : void
ShowBackColorPicker ( object sender, RoutedEventArgs e ) : void
ShowBackTextColorPicker ( object sender, RoutedEventArgs e ) : void
ShowFrontColorPicker ( object sender, RoutedEventArgs e ) : void
ShowFrontTextColorPicker ( object sender, RoutedEventArgs e ) : void
ShowPicPicker ( Action callback ) : void

Method Details

CompensateForRender() public méthode

public CompensateForRender ( int bitmapPixels ) : void
bitmapPixels int
Résultat void

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System e ) : void
e System
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void