C# 클래스 StickyTiles.MainPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: limitedmage/StickyTiles

공개 메소드들

메소드 설명
CompensateForRender ( int bitmapPixels ) : void
MainPage ( ) : System

보호된 메소드들

메소드 설명
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CompensateForRender() 공개 메소드

public CompensateForRender ( int bitmapPixels ) : void
bitmapPixels int
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( System e ) : void
e System
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System e ) : void
e System
리턴 void