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

Inheritance: Xamarin.Forms.View
Show file Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Public Properties

Property Type Description
HasTorchProperty BindableProperty
IsAnalyzingProperty BindableProperty
IsScanningProperty BindableProperty
IsTorchOnProperty BindableProperty
OptionsProperty BindableProperty
ResultProperty BindableProperty
ScanResultCommandProperty BindableProperty

Public Methods

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

Method Details

AutoFocus() public method

public AutoFocus ( ) : void
return void

AutoFocus() public method

public AutoFocus ( int x, int y ) : void
x int
y int
return void

RaiseScanResult() public method

public RaiseScanResult ( System.Result result ) : void
result System.Result
return void

ToggleTorch() public method

public ToggleTorch ( ) : void
return void

ZXingScannerView() public method

public ZXingScannerView ( ) : System
return System

Property Details

HasTorchProperty public static property

public static BindableProperty HasTorchProperty
return BindableProperty

IsAnalyzingProperty public static property

public static BindableProperty IsAnalyzingProperty
return BindableProperty

IsScanningProperty public static property

public static BindableProperty IsScanningProperty
return BindableProperty

IsTorchOnProperty public static property

public static BindableProperty IsTorchOnProperty
return BindableProperty

OptionsProperty public static property

public static BindableProperty OptionsProperty
return BindableProperty

ResultProperty public static property

public static BindableProperty ResultProperty
return BindableProperty

ScanResultCommandProperty public static property

public static BindableProperty ScanResultCommandProperty
return BindableProperty