Table of Contents

Class EdgeInsets

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class EdgeInsets
Inheritance
EdgeInsets
Inherited Members

Constructors

EdgeInsets()

public EdgeInsets()

Properties

Bottom

public double Bottom { get; set; }

Property Value

double

Left

public double Left { get; set; }

Property Value

double

Right

public double Right { get; set; }

Property Value

double

Top

public double Top { get; set; }

Property Value

double

Methods

FromJson(string)

public static EdgeInsets FromJson(string rawJson)

Parameters

rawJson string

Returns

EdgeInsets

FromNative(EdgeInsets)

public static EdgeInsets FromNative(EdgeInsets source)

Parameters

source EdgeInsets

Returns

EdgeInsets

FromNative(SBSDKUI2EdgeInsets)

public static EdgeInsets FromNative(SBSDKUI2EdgeInsets source)

Parameters

source SBSDKUI2EdgeInsets

Returns

EdgeInsets

ToNative()

public EdgeInsets ToNative()

Returns

EdgeInsets