Table of Contents

Class SBSDKLineSegment

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKLineSegment : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKLineSegment
Implements
INSCopying
INativeObject

Constructors

SBSDKLineSegment(CGPoint, CGPoint)

public SBSDKLineSegment(CGPoint p1, CGPoint p2)

Parameters

p1 CGPoint
p2 CGPoint

SBSDKLineSegment(NSObjectFlag)

protected SBSDKLineSegment(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKLineSegment(NativeHandle)

protected SBSDKLineSegment(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKLineSegment(SBSDKLineSegmentFloat)

public SBSDKLineSegment(SBSDKLineSegmentFloat segmentFloat)

Parameters

segmentFloat SBSDKLineSegmentFloat

SBSDKLineSegment(SBSDKLineSegmentInt)

public SBSDKLineSegment(SBSDKLineSegmentInt segmentInt)

Parameters

segmentInt SBSDKLineSegmentInt

Properties

BoundingBox

public virtual CGRect BoundingBox { get; }

Property Value

CGRect

Center

public virtual CGPoint Center { get; set; }

Property Value

CGPoint

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DebugDescription

public virtual string DebugDescription { get; }

Property Value

string

End

public virtual CGPoint End { get; }

Property Value

CGPoint

Length

public virtual NFloat Length { get; }

Property Value

NFloat

Orientation

public virtual SBSDKLineSegmentOrientation Orientation { get; }

Property Value

SBSDKLineSegmentOrientation

Start

public virtual CGPoint Start { get; }

Property Value

CGPoint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject