Class LineSegmentFloat
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Represents a line segment in 2D space.
public class LineSegmentFloat
- Inheritance
-
LineSegmentFloat
- Inherited Members
Properties
End
End point of the segment.
public required PointF End { get; init; }
Property Value
Start
Start point of the segment.
public required PointF Start { get; init; }