C# Class PhotoEditor.MainPage

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
MainPage ( ) : ExifLib

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

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

Method Details

MainPage() public method

public MainPage ( ) : ExifLib
return ExifLib

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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