Table of Contents

Class FinderStrokedStyle

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

Constructors

FinderStrokedStyle()

public FinderStrokedStyle()

FinderStrokedStyle(ScanbotColor, double, double)

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

Parameters

strokeColor ScanbotColor
strokeWidth double
cornerRadius double

FinderStrokedStyle(JSONObject)

public FinderStrokedStyle(JSONObject json)

Parameters

json JSONObject

FinderStrokedStyle(IDictionary<string, Object>)

public FinderStrokedStyle(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 FinderStrokedStyle Copy(ScanbotColor strokeColor, double strokeWidth, double cornerRadius)

Parameters

strokeColor ScanbotColor
strokeWidth double
cornerRadius double

Returns

FinderStrokedStyle

Default()

public static FinderStrokedStyle Default()

Returns

FinderStrokedStyle

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