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