C# Class Rotate_Model.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: Myfreedom614/UWP-Samples

Public Methods

Method Description
GetSwapChainPanel ( ) : SwapChainPanel
MainPage ( ) : System
RemoveSplashScreen ( ) : void

Protected Methods

Method Description
OnCreateAutomationPeer ( ) : Windows.UI.Xaml.Automation.Peers.AutomationPeer
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
GetSplashBackgroundColor ( ) : void
OnResize ( ) : void
OnRotate ( DisplayInformation di ) : void
PositionImage ( ) : void
SetupLocationService ( ) : void

Method Details

GetSwapChainPanel() public method

public GetSwapChainPanel ( ) : SwapChainPanel
return SwapChainPanel

MainPage() public method

public MainPage ( ) : System
return System

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : Windows.UI.Xaml.Automation.Peers.AutomationPeer
return Windows.UI.Xaml.Automation.Peers.AutomationPeer

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. The Parameter /// property is typically used to configure the page.
return void

RemoveSplashScreen() public method

public RemoveSplashScreen ( ) : void
return void