C# Класс PocketCampus.Events.Controls.CodeScannerPopup

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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