Table of Contents

Class Line2D

Namespace
IO.Scanbot.Sdk.Core.Contourdetector
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/core/contourdetector/Line2D", DoNotGenerateAcw = true)]
public sealed class Line2D : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Line2D
Implements
Inherited Members

Constructors

Line2D(PointF, PointF)

[Register(".ctor", "(Landroid/graphics/PointF;Landroid/graphics/PointF;)V", "")]
public Line2D(PointF start, PointF end)

Parameters

start PointF
end PointF

Properties

End

[Register("end")]
public PointF End { get; set; }

Property Value

PointF

Start

[Register("start")]
public PointF Start { get; set; }

Property Value

PointF

Methods

Component1()

[Register("component1", "()Landroid/graphics/PointF;", "")]
public PointF Component1()

Returns

PointF

Component2()

[Register("component2", "()Landroid/graphics/PointF;", "")]
public PointF Component2()

Returns

PointF

Copy(PointF, PointF)

[Register("copy", "(Landroid/graphics/PointF;Landroid/graphics/PointF;)Lio/scanbot/sdk/core/contourdetector/Line2D;", "")]
public Line2D Copy(PointF start, PointF end)

Parameters

start PointF
end PointF

Returns

Line2D