C# Class PhotoSharingApp.Universal.Views.CameraPage

The page that allows taking a photo or opening a photo from the device's photos library.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
CameraPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CameraPage_LayoutUpdated ( object sender, object e ) : void
HardwareButtons_CameraPressed ( object sender, CameraEventArgs e ) : void

Method Details

CameraPage() public method

public CameraPage ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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