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

Inheritance: Xamarin.Forms.View
显示文件 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_oe static_oe property

public static BindableProperty HasTorchProperty
return BindableProperty

IsAnalyzingProperty public_oe static_oe property

public static BindableProperty IsAnalyzingProperty
return BindableProperty

IsScanningProperty public_oe static_oe property

public static BindableProperty IsScanningProperty
return BindableProperty

IsTorchOnProperty public_oe static_oe property

public static BindableProperty IsTorchOnProperty
return BindableProperty

OptionsProperty public_oe static_oe property

public static BindableProperty OptionsProperty
return BindableProperty

ResultProperty public_oe static_oe property

public static BindableProperty ResultProperty
return BindableProperty

ScanResultCommandProperty public_oe static_oe property

public static BindableProperty ScanResultCommandProperty
return BindableProperty