Table of Contents

Class FinderCorneredStyle

Namespace
IO.Scanbot.Sdk.Ui_v2.Common
Assembly
DocumentSDK.NET.Droid.dll
public sealed class FinderCorneredStyle : FinderStyle, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
FinderCorneredStyle
Implements
Inherited Members

Constructors

FinderCorneredStyle()

public FinderCorneredStyle()

FinderCorneredStyle(ScanbotColor, double, double)

public FinderCorneredStyle(ScanbotColor strokeColor, double strokeWidth, double cornerRadius)

Parameters

strokeColor ScanbotColor
strokeWidth double
cornerRadius double

FinderCorneredStyle(JSONObject)

public FinderCorneredStyle(JSONObject json)

Parameters

json JSONObject

FinderCorneredStyle(IDictionary<string, Object>)

public FinderCorneredStyle(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

CornerRadius

public double CornerRadius { get; set; }

Property Value

double

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

StrokeColor

public ScanbotColor StrokeColor { get; set; }

Property Value

ScanbotColor

StrokeWidth

public double StrokeWidth { get; set; }

Property Value

double

Methods

Component1()

public ScanbotColor Component1()

Returns

ScanbotColor

Component2()

public double Component2()

Returns

double

Component3()

public double Component3()

Returns

double

Copy(ScanbotColor, double, double)

public FinderCorneredStyle Copy(ScanbotColor strokeColor, double strokeWidth, double cornerRadius)

Parameters

strokeColor ScanbotColor
strokeWidth double
cornerRadius double

Returns

FinderCorneredStyle

Default()

public static FinderCorneredStyle Default()

Returns

FinderCorneredStyle

DescribeContents()

public override int DescribeContents()

Returns

int

Get_type()

public override string Get_type()

Returns

string

ToJson(ToJsonConfiguration)

public override JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags