Table of Contents

Class SBSDKLineSegmentInt

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

Constructors

SBSDKLineSegmentInt(CGPoint, CGPoint)

public SBSDKLineSegmentInt(CGPoint start, CGPoint end)

Parameters

start CGPoint
end CGPoint

SBSDKLineSegmentInt(NSObjectFlag)

protected SBSDKLineSegmentInt(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKLineSegmentInt(NativeHandle)

protected SBSDKLineSegmentInt(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

End

public virtual CGPoint End { get; }

Property Value

CGPoint

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Start

public virtual CGPoint Start { get; }

Property Value

CGPoint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKLineSegmentInt? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKLineSegmentInt

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string