C# Класс Rotate_Model.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSwapChainPanel ( ) : SwapChainPanel
MainPage ( ) : System
RemoveSplashScreen ( ) : void

Защищенные методы

Метод Описание
OnCreateAutomationPeer ( ) : Windows.UI.Xaml.Automation.Peers.AutomationPeer
OnNavigatedTo ( NavigationEventArgs e ) : void

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

Приватные методы

Метод Описание
GetSplashBackgroundColor ( ) : void
OnResize ( ) : void
OnRotate ( DisplayInformation di ) : void
PositionImage ( ) : void
SetupLocationService ( ) : void

Описание методов

GetSwapChainPanel() публичный Метод

public GetSwapChainPanel ( ) : SwapChainPanel
Результат SwapChainPanel

MainPage() публичный Метод

public MainPage ( ) : System
Результат System

OnCreateAutomationPeer() защищенный Метод

protected OnCreateAutomationPeer ( ) : Windows.UI.Xaml.Automation.Peers.AutomationPeer
Результат Windows.UI.Xaml.Automation.Peers.AutomationPeer

OnNavigatedTo() защищенный Метод

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.
Результат void

RemoveSplashScreen() публичный Метод

public RemoveSplashScreen ( ) : void
Результат void