Class PolygonHelper.Companion
[Register("io/scanbot/sdk/util/PolygonHelper$Companion", DoNotGenerateAcw = true)]
public sealed class PolygonHelper.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
PolygonHelper.Companion
- Implements
- Inherited Members
Properties
FullPolygon
public IList<PointF> FullPolygon { get; }
Property Value
FullPolygonCcw
public IList<PointF> FullPolygonCcw { get; }
Property Value
FullPolygonСCW
[Obsolete("deprecated")]
public IList<PointF> FullPolygonСCW { get; }
Property Value
Methods
ApproximatePolygonAspectRatio(IList<PointF>, int, int, int)
[Register("approximatePolygonAspectRatio", "(Ljava/util/List;III)F", "")]
public float ApproximatePolygonAspectRatio(IList<PointF> polygon, int frameWidth, int frameHeight, int frameOrientation)
Parameters
Returns
RotatePolygon(IList<PointF>, float)
[Register("rotatePolygon", "(Ljava/util/List;F)Ljava/util/List;", "")]
public IList<PointF> RotatePolygon(IList<PointF> polygon, float rotation)