C# Class BuildItArSample.UWP.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

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

Private Methods

Method Description
Application_Resuming ( object sender, object e ) : void
Application_Suspending ( object sender, SuspendingEventArgs e ) : void
DisplayInformation_OrientationChanged ( DisplayInformation sender, object args ) : void
Geolocator_PositionChanged ( Geolocator sender, PositionChangedEventArgs args ) : void
InitializeWorld ( ) : void
PopulateWorld ( ) : void
UpdateElementsOnScreen ( double roll, double pitch, double yaw ) : void
UpdateLocation ( Geoposition position ) : void

Method Details

MainPage() public method

public MainPage ( ) : 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