C# Класс GPS.OcrMainPage

MainPage class contains the code behind for the MainPage user control. The MainPage user control is the main user control used by this application.
Наследование: PhoneApplicationPage
Показать файл Открыть проект

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

Метод Описание
OcrMainPage ( ) : System

Initializes a new instance of the MainPage class.

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

Метод Описание
OnBackKeyPress ( System e ) : void

This method is called when the hardware back key is pressed.

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

Метод Описание
ApBarSimpleMode_Click ( object sender, EventArgs e ) : void
AppBarDetailedMode_Click ( object sender, EventArgs e ) : void
ConversionStateManager_PropertyChanged ( object sender, System e ) : void
EnsurePhotoAreaExists ( ) : void
EnsureTextAreaExists ( ) : void
InitializeComponent ( ) : void
MainPivot_SelectionChanged ( object sender, System e ) : void
OcrData_PropertyChanged ( object sender, System e ) : void
OnOcrCompleted ( OcrServiceResult result ) : void
SetTextAreaMode ( TextViewMode textViewMode ) : void
StartOcrConversion ( ) : void
UpdateAfterPhotoStreamChanged ( ) : void
UpdateApplicationBarVisibility ( ) : void
VerifyHawaiiAppId ( ) : bool

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

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

Initializes a new instance of the MainPage class.
public OcrMainPage ( ) : System
Результат System

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

This method is called when the hardware back key is pressed.
protected OnBackKeyPress ( System e ) : void
e System /// Allows us to cancel the request to indicate that it was handled by the application. ///
Результат void