C# Class PocketCampus.Events.Controls.CodeScannerPopup

Inheritance: System.Windows.Controls.ContentControl
ファイルを表示 Open project: accandme/pocketcampus Class Usage Examples

Public Methods

Method Description
CodeScannerPopup ( ) : System

Creates a new CodeScannerPopup.

Show ( ) : void

Private Methods

Method Description
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.

Method Details

CodeScannerPopup() public method

Creates a new CodeScannerPopup.
public CodeScannerPopup ( ) : System
return System

Show() public static method

public static Show ( ) : void
return void