Class LineSegmentInt
- Namespace
- ScanbotSDK.MAUI.Core.Geometry
- 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
Start
public required Point Start { get; init; }