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
파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier

공개 메소드들

메소드 설명
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