Table of Contents

Class LineSegmentFloat

Namespace
ScanbotSDK.MAUI.Core.Geometry
Assembly
ScanbotSDK.Shared.dll
public class LineSegmentFloat
Inheritance
LineSegmentFloat
Inherited Members

Constructors

LineSegmentFloat()

public LineSegmentFloat()

Properties

End

public required PointF End { get; init; }

Property Value

PointF

Start

public required PointF Start { get; init; }

Property Value

PointF