Table of Contents

Class BarcodePolygonsView.BarcodeTextViewStyle

Namespace
IO.Scanbot.Sdk.Barcode.UI
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/ui/BarcodePolygonsView$BarcodeTextViewStyle", DoNotGenerateAcw = true)]
public sealed class BarcodePolygonsView.BarcodeTextViewStyle : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodePolygonsView.BarcodeTextViewStyle
Implements
Inherited Members
Extension Methods

Constructors

BarcodeTextViewStyle(int, int, int, int, BarcodeOverlayTextFormat)

[Register(".ctor", "(IIIILio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;)V", "")]
public BarcodeTextViewStyle(int textColor, int textHighlightedColor, int textContainerColor, int textContainerHighlightedColor, BarcodeOverlayTextFormat textFormat)

Parameters

textColor int
textHighlightedColor int
textContainerColor int
textContainerHighlightedColor int
textFormat BarcodeOverlayTextFormat

Properties

A

[Register("a")]
public int A { get; set; }

Property Value

int

B

[Register("b")]
public int B { get; set; }

Property Value

int

C

[Register("c")]
public int C { get; set; }

Property Value

int

D

[Register("d")]
public int D { get; set; }

Property Value

int

E

[Register("e")]
public BarcodeOverlayTextFormat E { get; set; }

Property Value

BarcodeOverlayTextFormat

TextColor

public int TextColor { get; }

Property Value

int

TextContainerColor

public int TextContainerColor { get; }

Property Value

int

TextContainerHighlightedColor

public int TextContainerHighlightedColor { get; }

Property Value

int

TextFormat

public BarcodeOverlayTextFormat TextFormat { get; }

Property Value

BarcodeOverlayTextFormat

TextHighlightedColor

public int TextHighlightedColor { get; }

Property Value

int

Methods

Component1()

[Register("component1", "()I", "")]
public int Component1()

Returns

int

Component2()

[Register("component2", "()I", "")]
public int Component2()

Returns

int

Component3()

[Register("component3", "()I", "")]
public int Component3()

Returns

int

Component4()

[Register("component4", "()I", "")]
public int Component4()

Returns

int

Component5()

[Register("component5", "()Lio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;", "")]
public BarcodeOverlayTextFormat Component5()

Returns

BarcodeOverlayTextFormat

Copy(int, int, int, int, BarcodeOverlayTextFormat)

[Register("copy", "(IIIILio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;)Lio/scanbot/sdk/barcode/ui/BarcodePolygonsView$BarcodeTextViewStyle;", "")]
public BarcodePolygonsView.BarcodeTextViewStyle Copy(int textColor, int textHighlightedColor, int textContainerColor, int textContainerHighlightedColor, BarcodeOverlayTextFormat textFormat)

Parameters

textColor int
textHighlightedColor int
textContainerColor int
textContainerHighlightedColor int
textFormat BarcodeOverlayTextFormat

Returns

BarcodePolygonsView.BarcodeTextViewStyle