Class LineSegmentFloat
- Namespace
- ScanbotSDK.MAUI.Common
- 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
Methods
FromNative(LineSegmentFloat)
public static LineSegmentFloat FromNative(LineSegmentFloat source)
Parameters
source
LineSegmentFloat
Returns
- LineSegmentFloat
FromNative(SBSDKLineSegmentFloat)
public static LineSegmentFloat FromNative(SBSDKLineSegmentFloat source)
Parameters
source
SBSDKLineSegmentFloat
Returns
- LineSegmentFloat
ToNative()
public LineSegmentFloat ToNative()
Returns
- LineSegmentFloat