Table of Contents

Class PolygonHelperKt

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

Methods

CoordinatesToPoints(IList<Double>)

[Register("coordinatesToPoints", "(Ljava/util/List;)Ljava/util/List;", "")]
public static IList<PointF> CoordinatesToPoints(IList<Double> obj)

Parameters

obj IList<Double>

Returns

IList<PointF>

IsDefault(IList<PointF>)

[Register("isDefault", "(Ljava/util/List;)Z", "")]
public static bool IsDefault(IList<PointF> obj)

Parameters

obj IList<PointF>

Returns

bool

IsSimilarWithThreshold(IList<PointF>, IList<PointF>, float)

[Register("isSimilarWithThreshold", "(Ljava/util/List;Ljava/util/List;F)Z", "")]
public static bool IsSimilarWithThreshold(IList<PointF> obj, IList<PointF> polygon, float epsilon)

Parameters

obj IList<PointF>
polygon IList<PointF>
epsilon float

Returns

bool

PointsToCoordinates(IList<PointF>)

[Register("pointsToCoordinates", "(Ljava/util/List;)Ljava/util/List;", "")]
public static IList<Double> PointsToCoordinates(IList<PointF> obj)

Parameters

obj IList<PointF>

Returns

IList<Double>