Class PolygonViewHelper.Edge
- Namespace
- IO.Scanbot.Sdk.Util.View
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/view/PolygonViewHelper$Edge", DoNotGenerateAcw = true)]
public class PolygonViewHelper.Edge : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
PolygonViewHelper.Edge
- Implements
-
- Inherited Members
-
Constructors
Edge()
[Register(".ctor", "()V", "")]
public Edge()
Edge(nint, JniHandleOwnership)
protected Edge(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReference
nint
transfer
JniHandleOwnership
Properties
A
[Register("a")]
public PointF A { get; set; }
Property Value
- PointF
AngleInDegrees
public virtual float AngleInDegrees { get; }
Property Value
- float
EdgeLine
[Register("edgeLine")]
public PolygonViewHelper.Line EdgeLine { get; set; }
Property Value
- PolygonViewHelper.Line
IsDetectedLine
[Register("isDetectedLine")]
public bool IsDetectedLine { get; set; }
Property Value
- bool
IsHorizontal
public virtual bool IsHorizontal { get; }
Property Value
- bool
LineA
[Register("lineA")]
public PolygonViewHelper.Line LineA { get; set; }
Property Value
- PolygonViewHelper.Line
LineB
[Register("lineB")]
public PolygonViewHelper.Line LineB { get; set; }
Property Value
- PolygonViewHelper.Line
PointA
[Register("pointA")]
public PointF PointA { get; set; }
Property Value
- PointF
PointB
[Register("pointB")]
public PointF PointB { get; set; }
Property Value
- PointF
PointFarA
[Register("pointFarA")]
public PointF PointFarA { get; set; }
Property Value
- PointF
PointFarB
[Register("pointFarB")]
public PointF PointFarB { get; set; }
Property Value
- PointF
PrevX
[Register("prevX")]
public float PrevX { get; set; }
Property Value
- float
PrevY
[Register("prevY")]
public float PrevY { get; set; }
Property Value
- float
Methods
GetHandle()
[Register("getHandle", "()Landroid/graphics/PointF;", "GetGetHandleHandler")]
public virtual PointF GetHandle()
Returns
- PointF