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
Start
public required PointF Start { get; init; }