Table of Contents

Class BarcodePolygonsStaticView

Namespace
IO.Scanbot.Sdk.Barcode.UI
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/ui/BarcodePolygonsStaticView", DoNotGenerateAcw = true)]
public sealed class BarcodePolygonsStaticView : FrameLayout, Drawable.ICallback, IAccessibilityEventSource, KeyEvent.ICallback, IViewManager, IViewParent, IBasePolygonView, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodePolygonsStaticView
Implements
Inherited Members

Constructors

BarcodePolygonsStaticView(Context)

[Register(".ctor", "(Landroid/content/Context;)V", "")]
public BarcodePolygonsStaticView(Context context)

Parameters

context Context

BarcodePolygonsStaticView(Context, IAttributeSet)

[Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public BarcodePolygonsStaticView(Context context, IAttributeSet attrs)

Parameters

context Context
attrs IAttributeSet

Properties

BarcodeAcceptanceDelegate

public BarcodePolygonsStaticView.IBarcodeAcceptanceDelegate BarcodeAcceptanceDelegate { get; set; }

Property Value

BarcodePolygonsStaticView.IBarcodeAcceptanceDelegate

BarcodeAppearanceDelegate

public BarcodePolygonsStaticView.IBarcodeAppearanceDelegate BarcodeAppearanceDelegate { get; set; }

Property Value

BarcodePolygonsStaticView.IBarcodeAppearanceDelegate

BarcodeItemViewBinder

public BarcodePolygonsStaticView.IBarcodeItemViewBinder BarcodeItemViewBinder { get; set; }

Property Value

BarcodePolygonsStaticView.IBarcodeItemViewBinder

BarcodeItemViewFactory

public BarcodePolygonsStaticView.IBarcodeItemViewFactory BarcodeItemViewFactory { get; set; }

Property Value

BarcodePolygonsStaticView.IBarcodeItemViewFactory

BarcodeItemViewPositionHandler

public BarcodePolygonsStaticView.IBarcodeItemViewPositionHandler BarcodeItemViewPositionHandler { get; set; }

Property Value

BarcodePolygonsStaticView.IBarcodeItemViewPositionHandler

BarcodesResultHandler

public BarcodeCounterFrameHandler.IResultHandler BarcodesResultHandler { get; }

Property Value

BarcodeCounterFrameHandler.IResultHandler

FrameHandler

public FrameHandler FrameHandler { get; }

Property Value

FrameHandler

Methods

ClearBarcodes()

[Register("clearBarcodes", "()V", "")]
public void ClearBarcodes()

OnDraw(Canvas)

[Register("onDraw", "(Landroid/graphics/Canvas;)V", "")]
public void OnDraw(Canvas canvas)

Parameters

canvas Canvas

OnSizeChanged(int, int, int, int)

[Register("onSizeChanged", "(IIII)V", "")]
public void OnSizeChanged(int w, int h, int oldw, int oldh)

Parameters

w int
h int
oldw int
oldh int