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
Datei anzeigen Open project: ProjPossibility/CSUN-MobileMapMagnifier

Public Methods

Method Description
OcrMainPage ( ) : System

Initializes a new instance of the MainPage class.

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

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

Private Methods

Method 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 method

Initializes a new instance of the MainPage class.
public OcrMainPage ( ) : System
return System

OnBackKeyPress() protected method

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. ///
return void