Table of Contents

Class SBSDKUI2EdgeInsets

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

Constructors

SBSDKUI2EdgeInsets()

public SBSDKUI2EdgeInsets()

SBSDKUI2EdgeInsets(NSObjectFlag)

protected SBSDKUI2EdgeInsets(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2EdgeInsets(NativeHandle)

protected SBSDKUI2EdgeInsets(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUI2EdgeInsets(double, double, double, double)

public SBSDKUI2EdgeInsets(double top, double left, double bottom, double right)

Parameters

top double
left double
bottom double
right double

Properties

Bottom

public virtual double Bottom { get; set; }

Property Value

double

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Left

public virtual double Left { get; set; }

Property Value

double

Right

public virtual double Right { get; set; }

Property Value

double

Top

public virtual double Top { get; set; }

Property Value

double

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKUI2EdgeInsets? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUI2EdgeInsets

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