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(byte[], int, int, int, Rect, RectF, int, int)
[Register(".ctor", "([BIIILandroid/graphics/Rect;Landroid/graphics/RectF;II)V", "")]
public Frame(byte[] frame, int width, int height, int frameOrientation, Rect finderRect, RectF visibleRect, int finderInnerThresholdPx, int finderOuterThresholdPx)
Parameters
frame
byte[]
width
int
height
int
frameOrientation
int
finderRect
Rect
visibleRect
RectF
finderInnerThresholdPx
int
finderOuterThresholdPx
int
Properties
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", "()[B", "")]
public byte[] Component1()
Returns
- byte[]
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
Copy(byte[], int, int, int, Rect, RectF, int, int)
[Register("copy", "([BIIILandroid/graphics/Rect;Landroid/graphics/RectF;II)Lio/scanbot/sdk/camera/FrameHandler$Frame;", "")]
public FrameHandler.Frame Copy(byte[] frame, int width, int height, int frameOrientation, Rect finderRect, RectF visibleRect, int finderInnerThresholdPx, int finderOuterThresholdPx)
Parameters
frame
byte[]
width
int
height
int
frameOrientation
int
finderRect
Rect
visibleRect
RectF
finderInnerThresholdPx
int
finderOuterThresholdPx
int
Returns
- FrameHandler.Frame
GetFrame()
[Register("getFrame", "()[B", "")]
public byte[] GetFrame()
Returns
- byte[]