Table of Contents

Class PolygonViewHelper.Edge

Namespace
IO.Scanbot.Sdk.Util.View
Assembly
DocumentSDK.NET.Droid.dll
public class PolygonViewHelper.Edge : Object
Inheritance
PolygonViewHelper.Edge

Constructors

Edge()

public Edge()

Edge(nint, JniHandleOwnership)

protected Edge(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

AngleInDegrees

public virtual float AngleInDegrees { get; }

Property Value

float

EdgeLine

public PolygonViewHelper.Line EdgeLine { get; set; }

Property Value

PolygonViewHelper.Line

IsDetectedLine

public bool IsDetectedLine { get; set; }

Property Value

bool

IsHorizontal

public virtual bool IsHorizontal { get; }

Property Value

bool

LineA

public PolygonViewHelper.Line LineA { get; set; }

Property Value

PolygonViewHelper.Line

LineB

public PolygonViewHelper.Line LineB { get; set; }

Property Value

PolygonViewHelper.Line

PointA

public PointF PointA { get; set; }

Property Value

PointF

PointB

public PointF PointB { get; set; }

Property Value

PointF

PointFarA

public PointF PointFarA { get; set; }

Property Value

PointF

PointFarB

public PointF PointFarB { get; set; }

Property Value

PointF

PrevX

public float PrevX { get; set; }

Property Value

float

PrevY

public float PrevY { get; set; }

Property Value

float

Methods

GetHandle()

public virtual PointF GetHandle()

Returns

PointF