C# Class 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.
Inheritance: PhoneApplicationPage
Afficher le fichier Open project: ProjPossibility/CSUN-MobileMapMagnifier

Méthodes publiques

Méthode Description
OcrMainPage ( ) : System

Initializes a new instance of the MainPage class.

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void

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

Private Methods

Méthode Description
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

Method Details

OcrMainPage() public méthode

Initializes a new instance of the MainPage class.
public OcrMainPage ( ) : System
Résultat System

OnBackKeyPress() protected méthode

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. ///
Résultat void