Table of Contents

Class EdgeInsets

Namespace
IO.Scanbot.Sdk.Ui_v2.Common
Assembly
DocumentSDK.NET.Droid.dll
public sealed class EdgeInsets : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
EdgeInsets
Implements

Constructors

EdgeInsets()

public EdgeInsets()

EdgeInsets(JSONObject)

public EdgeInsets(JSONObject json)

Parameters

json JSONObject

EdgeInsets(IDictionary<string, Object>)

public EdgeInsets(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

EdgeInsets(double, double, double, double)

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

Parameters

top double
left double
bottom double
right double

Properties

Bottom

public double Bottom { get; set; }

Property Value

double

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

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

Component1()

public double Component1()

Returns

double

Component2()

public double Component2()

Returns

double

Component3()

public double Component3()

Returns

double

Component4()

public double Component4()

Returns

double

Copy(double, double, double, double)

public EdgeInsets Copy(double top, double left, double bottom, double right)

Parameters

top double
left double
bottom double
right double

Returns

EdgeInsets

Default()

public static EdgeInsets Default()

Returns

EdgeInsets

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags