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
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
CameraPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
CameraPage_LayoutUpdated ( object sender, object e ) : void
HardwareButtons_CameraPressed ( object sender, CameraEventArgs e ) : void

Method Details

CameraPage() public méthode

public CameraPage ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void