Class BarcodePolygonsStaticView
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodePolygonsStaticView : FrameLayout, IBasePolygonView, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodePolygonsStaticView
- Implements
-
Constructors
BarcodePolygonsStaticView(Context)
public BarcodePolygonsStaticView(Context context)
Parameters
context
Context
BarcodePolygonsStaticView(Context, IAttributeSet)
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()
public void ClearBarcodes()
OnDraw(Canvas)
public void OnDraw(Canvas canvas)
Parameters
canvas
Canvas
OnSizeChanged(int, int, int, int)
public void OnSizeChanged(int w, int h, int oldw, int oldh)
Parameters
w
int
h
int
oldw
int
oldh
int