Class BarcodePolygonsStaticView
[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
Contextattrs
IAttributeSet
Fields
P
[Register("p")]
public const double P = 0.2
Field Value
Properties
B
[Register("b")]
public IList B { get; set; }
Property Value
BarcodeAcceptanceDelegate
public BarcodePolygonsStaticView.IBarcodeAcceptanceDelegate BarcodeAcceptanceDelegate { get; set; }
Property Value
BarcodeAppearanceDelegate
public BarcodePolygonsStaticView.IBarcodeAppearanceDelegate BarcodeAppearanceDelegate { get; set; }
Property Value
BarcodeItemViewBinder
public BarcodePolygonsStaticView.IBarcodeItemViewBinder BarcodeItemViewBinder { get; set; }
Property Value
BarcodeItemViewFactory
public BarcodePolygonsStaticView.IBarcodeItemViewFactory BarcodeItemViewFactory { get; set; }
Property Value
BarcodeItemViewPositionHandler
public BarcodePolygonsStaticView.IBarcodeItemViewPositionHandler BarcodeItemViewPositionHandler { get; set; }
Property Value
BarcodesResultHandler
public BarcodeCounterFrameHandler.IResultHandler BarcodesResultHandler { get; }
Property Value
C
[Register("c")]
public IList C { get; set; }
Property Value
D
[Register("d")]
public PolygonViewHelper D { get; set; }
Property Value
E
[Register("e")]
public int E { get; set; }
Property Value
F
[Register("f")]
public Rect F { get; set; }
Property Value
FrameHandler
public FrameHandler FrameHandler { get; }
Property Value
G
[Register("g")]
public int G { get; set; }
Property Value
H
[Register("h")]
public int H { get; set; }
Property Value
I
[Register("i")]
public BarcodePolygonsStaticView.IBarcodeAcceptanceDelegate I { get; set; }
Property Value
J
[Register("j")]
public BarcodePolygonsStaticView.IBarcodeItemViewFactory J { get; set; }
Property Value
K
[Register("k")]
public BarcodePolygonsStaticView.IBarcodeItemViewBinder K { get; set; }
Property Value
L
[Register("l")]
public BarcodePolygonsStaticView.IBarcodeItemViewPositionHandler L { get; set; }
Property Value
M
[Register("m")]
public BarcodePolygonsStaticView.IBarcodeAppearanceDelegate M { get; set; }
Property Value
N
[Register("n")]
public FrameHandler N { get; set; }
Property Value
O
[Register("o")]
public BarcodeCounterFrameHandler.IResultHandler O { get; set; }
Property Value
Methods
A(View, RectF, BarcodePolygonsStaticView, IList)
[Register("a", "(Landroid/view/View;Landroid/graphics/RectF;Lio/scanbot/sdk/barcode/ui/BarcodePolygonsStaticView;Ljava/util/List;)V", "")]
public static void A(View _this_apply, RectF _rectF, BarcodePolygonsStaticView this_0, IList _pointsF)
Parameters
_this_apply
View_rectF
RectFthis_0
BarcodePolygonsStaticView_pointsF
IList
A(BarcodePolygonsStaticView)
[Register("a", "(Lio/scanbot/sdk/barcode/ui/BarcodePolygonsStaticView;)V", "")]
public static void A(BarcodePolygonsStaticView this_0)
Parameters
this_0
BarcodePolygonsStaticView
A(BarcodePolygonsStaticView, FrameHandlerResult)
[Register("a", "(Lio/scanbot/sdk/barcode/ui/BarcodePolygonsStaticView;Lio/scanbot/sdk/camera/FrameHandlerResult;)Z", "")]
public static bool A(BarcodePolygonsStaticView this_0, FrameHandlerResult result)
Parameters
this_0
BarcodePolygonsStaticViewresult
FrameHandlerResult
Returns
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)