Table of Contents

Class UpdateCustomViewEventArgs

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class UpdateCustomViewEventArgs : EventArgs
Inheritance
UpdateCustomViewEventArgs
Inherited Members

Constructors

UpdateCustomViewEventArgs(UIView, SBSDKBarcodeScannerResult, CGRect, bool)

public UpdateCustomViewEventArgs(UIView view, SBSDKBarcodeScannerResult barcode, CGRect barcodeFrame, bool selected)

Parameters

view UIView
barcode SBSDKBarcodeScannerResult
barcodeFrame CGRect
selected bool

Properties

Barcode

public SBSDKBarcodeScannerResult Barcode { get; set; }

Property Value

SBSDKBarcodeScannerResult

BarcodeFrame

public CGRect BarcodeFrame { get; set; }

Property Value

CGRect

Selected

public bool Selected { get; set; }

Property Value

bool

View

public UIView View { get; set; }

Property Value

UIView