C# 클래스 PhotoEditor.MainPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: timothybinkley/Windows-Phone-8-In-Action

공개 메소드들

메소드 설명
MainPage ( ) : ExifLib

보호된 메소드들

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

비공개 메소드들

메소드 설명
Camera_Click ( object sender, EventArgs e ) : void
Capture_Click ( object sender, EventArgs e ) : void
Choose_Click ( object sender, EventArgs e ) : void
CleanUpCamera ( ) : void
DecodeJpeg ( Stream imageStream ) : System.Windows.Media.Imaging.WriteableBitmap
Edit_Click ( object sender, EventArgs e ) : void
GetExifOrientation ( Stream imageStream ) : ushort
InitializeCamera ( ) : void
OpenFromLibrary_Click ( object sender, EventArgs e ) : void
Open_Click ( object sender, EventArgs e ) : void
RotateBitmap ( System.Windows.Media.Imaging.WriteableBitmap source, int width, int height, int angle ) : System.Windows.Media.Imaging.WriteableBitmap
Save_Click ( object sender, EventArgs e ) : void
cameraButtons_ShutterKeyPressed ( object sender, EventArgs e ) : void
camera_CaptureCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void
camera_CaptureImageAvailable ( object sender, ContentReadyEventArgs e ) : void
camera_Initialized ( object sender, CameraOperationCompletedEventArgs e ) : void
chooserTask_Completed ( object sender, PhotoResult e ) : void

메소드 상세

MainPage() 공개 메소드

public MainPage ( ) : ExifLib
리턴 ExifLib

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