Table of Contents

Interface IFinderAlignment.IHorizontal

Namespace
IO.Scanbot.Sdk.UI.Camera
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/camera/FinderAlignment$Horizontal", "", "IO.Scanbot.Sdk.UI.Camera.IFinderAlignment/IHorizontalInvoker")]
public interface IFinderAlignment.IHorizontal : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Properties

Bias

float Bias { get; }

Property Value

float

Methods

Align(Rect, Rect, int)

[Register("align", "(Landroid/graphics/Rect;Landroid/graphics/Rect;I)I", "GetAlign_Landroid_graphics_Rect_Landroid_graphics_Rect_IHandler:IO.Scanbot.Sdk.UI.Camera.IFinderAlignment/IHorizontalInvoker, BarcodeSDK.NET.Droid")]
int Align(Rect size, Rect space, int layoutDirection)

Parameters

size Rect
space Rect
layoutDirection int

Returns

int