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
Datei anzeigen Open project: ms-iot/plotmyface

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

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

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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