Class FinderStrokedStyle
[Register("io/scanbot/sdk/ui_v2/common/FinderStrokedStyle", DoNotGenerateAcw = true)]
public sealed class FinderStrokedStyle : FinderStyle, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
FinderStrokedStyle
- Implements
- Inherited Members
Constructors
FinderStrokedStyle()
[Register(".ctor", "()V", "")]
public FinderStrokedStyle()
FinderStrokedStyle(ScanbotColor, double, double)
[Register(".ctor", "(Lio/scanbot/sdk/ui_v2/common/ScanbotColor;DD)V", "")]
public FinderStrokedStyle(ScanbotColor strokeColor, double strokeWidth, double cornerRadius)
Parameters
strokeColor
ScanbotColorstrokeWidth
doublecornerRadius
double
FinderStrokedStyle(JSONObject)
[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public FinderStrokedStyle(JSONObject json)
Parameters
json
JSONObject
FinderStrokedStyle(IDictionary<string, Object>)
[Register(".ctor", "(Ljava/util/Map;)V", "")]
public FinderStrokedStyle(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
CornerRadius
public double CornerRadius { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
StrokeColor
public ScanbotColor StrokeColor { get; set; }
Property Value
StrokeWidth
public double StrokeWidth { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component1()
Returns
Component2()
[Register("component2", "()D", "")]
public double Component2()
Returns
Component3()
[Register("component3", "()D", "")]
public double Component3()
Returns
Copy(ScanbotColor, double, double)
[Register("copy", "(Lio/scanbot/sdk/ui_v2/common/ScanbotColor;DD)Lio/scanbot/sdk/ui_v2/common/FinderStrokedStyle;", "")]
public FinderStrokedStyle Copy(ScanbotColor strokeColor, double strokeWidth, double cornerRadius)
Parameters
strokeColor
ScanbotColorstrokeWidth
doublecornerRadius
double
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/common/FinderStrokedStyle;", "")]
public static FinderStrokedStyle Default()
Returns
DescribeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
[Register("describeContents", "()I", "")]
public override int DescribeContents()
Returns
- int
a bitmask indicating the set of special object types marshaled by this Parcelable object instance.
Remarks
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
Get_type()
[Register("get_type", "()Ljava/lang/String;", "")]
public override string Get_type()
Returns
ToJson()
[Register("toJson", "()Lorg/json/JSONObject;", "")]
public override JSONObject ToJson()
Returns
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the