Table of Contents

Class LineSegmentInt

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class LineSegmentInt
Inheritance
LineSegmentInt
Inherited Members

Constructors

LineSegmentInt()

public LineSegmentInt()

Properties

End

public required Point End { get; init; }

Property Value

Point

Start

public required Point Start { get; init; }

Property Value

Point

Methods

FromNative(LineSegmentInt)

public static LineSegmentInt FromNative(LineSegmentInt source)

Parameters

source LineSegmentInt

Returns

LineSegmentInt

FromNative(SBSDKLineSegmentInt)

public static LineSegmentInt FromNative(SBSDKLineSegmentInt source)

Parameters

source SBSDKLineSegmentInt

Returns

LineSegmentInt

ToNative()

public LineSegmentInt ToNative()

Returns

LineSegmentInt