Table of Contents

Class JsonSize

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
public sealed class JsonSize : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
JsonSize
Implements

Constructors

JsonSize(double, double)

public JsonSize(double width, double height)

Parameters

width double
height double

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Height

public double Height { get; set; }

Property Value

double

Width

public double Width { get; set; }

Property Value

double

Methods

Component1()

public double Component1()

Returns

double

Component2()

public double Component2()

Returns

double

Copy(double, double)

public JsonSize Copy(double width, double height)

Parameters

width double
height double

Returns

JsonSize

DescribeContents()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags