C# Class ZXing.Net.Mobile.Forms.ZXingScannerView

Inheritance: Xamarin.Forms.View
Afficher le fichier Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Méthodes publiques

Свойство Type Description
HasTorchProperty BindableProperty
IsAnalyzingProperty BindableProperty
IsScanningProperty BindableProperty
IsTorchOnProperty BindableProperty
OptionsProperty BindableProperty
ResultProperty BindableProperty
ScanResultCommandProperty BindableProperty

Méthodes publiques

Méthode Description
AutoFocus ( ) : void
AutoFocus ( int x, int y ) : void
RaiseScanResult ( System.Result result ) : void
ToggleTorch ( ) : void
ZXingScannerView ( ) : System

Method Details

AutoFocus() public méthode

public AutoFocus ( ) : void
Résultat void

AutoFocus() public méthode

public AutoFocus ( int x, int y ) : void
x int
y int
Résultat void

RaiseScanResult() public méthode

public RaiseScanResult ( System.Result result ) : void
result System.Result
Résultat void

ToggleTorch() public méthode

public ToggleTorch ( ) : void
Résultat void

ZXingScannerView() public méthode

public ZXingScannerView ( ) : System
Résultat System

Property Details

HasTorchProperty public_oe static_oe property

public static BindableProperty HasTorchProperty
Résultat BindableProperty

IsAnalyzingProperty public_oe static_oe property

public static BindableProperty IsAnalyzingProperty
Résultat BindableProperty

IsScanningProperty public_oe static_oe property

public static BindableProperty IsScanningProperty
Résultat BindableProperty

IsTorchOnProperty public_oe static_oe property

public static BindableProperty IsTorchOnProperty
Résultat BindableProperty

OptionsProperty public_oe static_oe property

public static BindableProperty OptionsProperty
Résultat BindableProperty

ResultProperty public_oe static_oe property

public static BindableProperty ResultProperty
Résultat BindableProperty

ScanResultCommandProperty public_oe static_oe property

public static BindableProperty ScanResultCommandProperty
Résultat BindableProperty