Table of Contents

Class ArOverlayPolygonConfiguration

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

Constructors

ArOverlayPolygonConfiguration()

public ArOverlayPolygonConfiguration()

ArOverlayPolygonConfiguration(JSONObject)

public ArOverlayPolygonConfiguration(JSONObject json)

Parameters

json JSONObject

ArOverlayPolygonConfiguration(bool, PolygonStyle, PolygonStyle)

public ArOverlayPolygonConfiguration(bool visible, PolygonStyle deselected, PolygonStyle selected)

Parameters

visible bool
deselected PolygonStyle
selected PolygonStyle

ArOverlayPolygonConfiguration(IDictionary<string, Object>)

public ArOverlayPolygonConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Deselected

public PolygonStyle Deselected { get; set; }

Property Value

PolygonStyle

Selected

public PolygonStyle Selected { get; set; }

Property Value

PolygonStyle

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

Component1()

public bool Component1()

Returns

bool

Component2()

public PolygonStyle Component2()

Returns

PolygonStyle

Component3()

public PolygonStyle Component3()

Returns

PolygonStyle

Copy(bool, PolygonStyle, PolygonStyle)

public ArOverlayPolygonConfiguration Copy(bool visible, PolygonStyle deselected, PolygonStyle selected)

Parameters

visible bool
deselected PolygonStyle
selected PolygonStyle

Returns

ArOverlayPolygonConfiguration

Default()

public static ArOverlayPolygonConfiguration Default()

Returns

ArOverlayPolygonConfiguration

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