Table of Contents

Class JsonAspectRatio

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

Constructors

JsonAspectRatio(double, double)

public JsonAspectRatio(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 JsonAspectRatio Copy(double width, double height)

Parameters

width double
height double

Returns

JsonAspectRatio

DescribeContents()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags