Class FrameHandler.Frame
- Namespace
- IO.Scanbot.Sdk.Camera
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/FrameHandler$Frame", DoNotGenerateAcw = true)]
public sealed class FrameHandler.Frame : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
FrameHandler.Frame
- Implements
-
- Inherited Members
-
Constructors
Frame()
[Register(".ctor", "()V", "")]
public Frame()
Frame(ImageRef, int, int, int, Rect, RectF, int, int, CameraModule, bool)
[Register(".ctor", "(Lio/scanbot/sdk/image/ImageRef;IIILandroid/graphics/Rect;Landroid/graphics/RectF;IILio/scanbot/sdk/camera/CameraModule;Z)V", "")]
public Frame(ImageRef frame, int width, int height, int frameOrientation, Rect finderRect, RectF visibleRect, int finderInnerThresholdPx, int finderOuterThresholdPx, CameraModule cameraModule, bool analyzerFrameMirrored)
Parameters
frame ImageRef
width int
height int
frameOrientation int
finderRect Rect
visibleRect RectF
finderInnerThresholdPx int
finderOuterThresholdPx int
cameraModule CameraModule
analyzerFrameMirrored bool
Properties
AnalyzerFrameMirrored
public bool AnalyzerFrameMirrored { get; }
Property Value
- bool
CameraModule
public CameraModule CameraModule { get; }
Property Value
- CameraModule
FinderInnerThresholdPx
public int FinderInnerThresholdPx { get; }
Property Value
- int
FinderOuterThresholdPx
public int FinderOuterThresholdPx { get; }
Property Value
- int
FinderRect
public Rect FinderRect { get; }
Property Value
- Rect
FrameOrientation
public int FrameOrientation { get; }
Property Value
- int
Height
public int Height { get; }
Property Value
- int
VisibleRect
public RectF VisibleRect { get; }
Property Value
- RectF
Width
public int Width { get; }
Property Value
- int
Methods
Component1()
[Register("component1", "()Lio/scanbot/sdk/image/ImageRef;", "")]
public ImageRef Component1()
Returns
- ImageRef
Component10()
[Register("component10", "()Z", "")]
public bool Component10()
Returns
- bool
Component2()
[Register("component2", "()I", "")]
public int Component2()
Returns
- int
Component3()
[Register("component3", "()I", "")]
public int Component3()
Returns
- int
Component4()
[Register("component4", "()I", "")]
public int Component4()
Returns
- int
Component5()
[Register("component5", "()Landroid/graphics/Rect;", "")]
public Rect Component5()
Returns
- Rect
Component6()
[Register("component6", "()Landroid/graphics/RectF;", "")]
public RectF Component6()
Returns
- RectF
Component7()
[Register("component7", "()I", "")]
public int Component7()
Returns
- int
Component8()
[Register("component8", "()I", "")]
public int Component8()
Returns
- int
Component9()
[Register("component9", "()Lio/scanbot/sdk/camera/CameraModule;", "")]
public CameraModule Component9()
Returns
- CameraModule
Copy(ImageRef, int, int, int, Rect, RectF, int, int, CameraModule, bool)
[Register("copy", "(Lio/scanbot/sdk/image/ImageRef;IIILandroid/graphics/Rect;Landroid/graphics/RectF;IILio/scanbot/sdk/camera/CameraModule;Z)Lio/scanbot/sdk/camera/FrameHandler$Frame;", "")]
public FrameHandler.Frame Copy(ImageRef frame, int width, int height, int frameOrientation, Rect finderRect, RectF visibleRect, int finderInnerThresholdPx, int finderOuterThresholdPx, CameraModule cameraModule, bool analyzerFrameMirrored)
Parameters
frame ImageRef
width int
height int
frameOrientation int
finderRect Rect
visibleRect RectF
finderInnerThresholdPx int
finderOuterThresholdPx int
cameraModule CameraModule
analyzerFrameMirrored bool
Returns
- FrameHandler.Frame
GetFrame()
[Register("getFrame", "()Lio/scanbot/sdk/image/ImageRef;", "")]
public ImageRef GetFrame()
Returns
- ImageRef