C# 클래스 BaconographyWP8.View.LinkedPictureView

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
LinkedPictureView ( ) : BaconographyPortable.Common
myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void

보호된 메소드들

메소드 설명
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

비공개 메소드들

메소드 설명
CleanupImageSource ( ) : void
ClearItem ( PivotItem item ) : void
GenerateItemTripplet ( PivotItem newCurrent ) : Tuple
RunGC ( ) : void
SaveImage_Tap ( ) : void
albumPivot_LoadingPivotItem ( object sender, PivotItemEventArgs e ) : void
albumPivot_UnloadingPivotItem ( object sender, PivotItemEventArgs e ) : void

메소드 상세

LinkedPictureView() 공개 메소드

public LinkedPictureView ( ) : BaconographyPortable.Common
리턴 BaconographyPortable.Common

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

OnNavigatingFrom() 보호된 메소드

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
리턴 void

myGridGestureListener_Flick() 공개 메소드

public myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.FlickGestureEventArgs
리턴 void