Table of Contents

Class FrameHandler.Companion

Namespace
IO.Scanbot.Sdk.Camera
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/FrameHandler$Companion", DoNotGenerateAcw = true)]
public sealed class FrameHandler.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
FrameHandler.Companion
Implements
Inherited Members

Methods

MapPolygonToPointsArray(IList<PointF>, int, int, int, RectF)

[Register("mapPolygonToPointsArray", "(Ljava/util/List;IIILandroid/graphics/RectF;)Ljava/util/List;", "")]
public IList<PointF> MapPolygonToPointsArray(IList<PointF> polygon, int frameWidth, int frameHeight, int orientation, RectF finderRect)

Parameters

polygon IList<PointF>
frameWidth int
frameHeight int
orientation int
finderRect RectF

Returns

IList<PointF>

MapPolygonToPointsArray(IList<Point>, int, int, int, Rect)

[Register("mapPolygonToPointsArray", "(Ljava/util/List;IIILandroid/graphics/Rect;)Ljava/util/List;", "")]
public IList<Point> MapPolygonToPointsArray(IList<Point> polygon, int frameWidth, int frameHeight, int orientation, Rect finderRect)

Parameters

polygon IList<Point>
frameWidth int
frameHeight int
orientation int
finderRect Rect

Returns

IList<Point>