C# 클래스 PocketCampus.Events.Controls.CodeScannerPopup

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: accandme/pocketcampus 1 사용 예제들

공개 메소드들

메소드 설명
CodeScannerPopup ( ) : System

Creates a new CodeScannerPopup.

Show ( ) : void

비공개 메소드들

메소드 설명
Camera_Initialized ( object sender, CameraOperationCompletedEventArgs e ) : void

Called when the camera is initialized.

Close ( ) : void

Closes the control and reverts any changes made to the underlying page.

Frame_BackKeyPress ( object sender, CancelEventArgs e ) : void

Handles back key presses.

ProcessResult ( Result result ) : void

Processes a positive scan result.

ScanPreviewBuffer ( ) : void

Scans the camera's preview buffer for a QR code.

This_Loaded ( object sender, EventArgs e ) : void

Called when the control is loaded.

메소드 상세

CodeScannerPopup() 공개 메소드

Creates a new CodeScannerPopup.
public CodeScannerPopup ( ) : System
리턴 System

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void