Table of Contents

Class SBSDKAspectRatio

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

Constructors

SBSDKAspectRatio()

public SBSDKAspectRatio()

SBSDKAspectRatio(NSObjectFlag)

protected SBSDKAspectRatio(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKAspectRatio(NativeHandle)

protected SBSDKAspectRatio(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKAspectRatio(double, double)

public SBSDKAspectRatio(double width, double height)

Parameters

width double
height double

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Height

public virtual double Height { get; }

Property Value

double

Width

public virtual double Width { get; }

Property Value

double

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKAspectRatio? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKAspectRatio

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