Table of Contents

Class PolygonViewHelper.Line

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

Constructors

Line()

public Line()

Line(nint, JniHandleOwnership)

protected Line(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Methods

CalculateLine(PointF, PointF)

public virtual void CalculateLine(PointF start, PointF end)

Parameters

start PointF
end PointF

GetDistanceToPoint(PointF)

public virtual double GetDistanceToPoint(PointF point)

Parameters

point PointF

Returns

double

GetIntersectionPoint(Line)

public virtual PointF GetIntersectionPoint(PolygonViewHelper.Line line)

Parameters

line PolygonViewHelper.Line

Returns

PointF