[Register("io/scanbot/sdk/camera/FrameHandler$Companion", DoNotGenerateAcw = true)]
public sealed class FrameHandler.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
[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)
[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)