C# Class PlotMyFace.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: ms-iot/plotmyface

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
_AddEndLocation ( Location middleLocations ) : IEnumerable
_timer_Tick ( object sender, object e ) : void
canvasControl_Draw ( CanvasControl sender, CanvasDrawEventArgs args ) : void
capture_Click ( object sender, RoutedEventArgs e ) : void
draw_Click ( object sender, Windows e ) : void
generateLines ( ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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