Table of Contents

Class BarcodePolygonsStaticView.BarcodePolygonStyle

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

Constructors

BarcodePolygonStyle(bool, bool, bool, float, float, int, int, int, int, bool)

[Register(".ctor", "(ZZZFFIIIIZ)V", "")]
public BarcodePolygonStyle(bool drawPolygon, bool useFill, bool useFillDeclined, float cornerRadius, float strokeWidth, int strokeColor, int strokeDeclinedColor, int fillColor, int fillDeclinedColor, bool shouldDrawShadows)

Parameters

drawPolygon bool
useFill bool
useFillDeclined bool
cornerRadius float
strokeWidth float
strokeColor int
strokeDeclinedColor int
fillColor int
fillDeclinedColor int
shouldDrawShadows bool

Properties

A

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

Property Value

bool

B

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

Property Value

bool

C

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

Property Value

bool

CornerRadius

public float CornerRadius { get; }

Property Value

float

D

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

Property Value

float

DrawPolygon

public bool DrawPolygon { get; set; }

Property Value

bool

E

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

Property Value

float

F

[Register("f")]
public int F { get; set; }

Property Value

int

FillColor

public int FillColor { get; }

Property Value

int

FillDeclinedColor

public int FillDeclinedColor { get; }

Property Value

int

G

[Register("g")]
public int G { get; set; }

Property Value

int

H

[Register("h")]
public int H { get; set; }

Property Value

int

I

[Register("i")]
public int I { get; set; }

Property Value

int

J

[Register("j")]
public bool J { get; set; }

Property Value

bool

ShouldDrawShadows

public bool ShouldDrawShadows { get; }

Property Value

bool

StrokeColor

public int StrokeColor { get; }

Property Value

int

StrokeDeclinedColor

public int StrokeDeclinedColor { get; }

Property Value

int

StrokeWidth

public float StrokeWidth { get; }

Property Value

float

UseFill

public bool UseFill { get; }

Property Value

bool

UseFillDeclined

public bool UseFillDeclined { get; }

Property Value

bool

Methods

Component1()

[Register("component1", "()Z", "")]
public bool Component1()

Returns

bool

Component10()

[Register("component10", "()Z", "")]
public bool Component10()

Returns

bool

Component2()

[Register("component2", "()Z", "")]
public bool Component2()

Returns

bool

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()F", "")]
public float Component4()

Returns

float

Component5()

[Register("component5", "()F", "")]
public float Component5()

Returns

float

Component6()

[Register("component6", "()I", "")]
public int Component6()

Returns

int

Component7()

[Register("component7", "()I", "")]
public int Component7()

Returns

int

Component8()

[Register("component8", "()I", "")]
public int Component8()

Returns

int

Component9()

[Register("component9", "()I", "")]
public int Component9()

Returns

int

Copy(bool, bool, bool, float, float, int, int, int, int, bool)

[Register("copy", "(ZZZFFIIIIZ)Lio/scanbot/sdk/barcode/ui/BarcodePolygonsStaticView$BarcodePolygonStyle;", "")]
public BarcodePolygonsStaticView.BarcodePolygonStyle Copy(bool drawPolygon, bool useFill, bool useFillDeclined, float cornerRadius, float strokeWidth, int strokeColor, int strokeDeclinedColor, int fillColor, int fillDeclinedColor, bool shouldDrawShadows)

Parameters

drawPolygon bool
useFill bool
useFillDeclined bool
cornerRadius float
strokeWidth float
strokeColor int
strokeDeclinedColor int
fillColor int
fillDeclinedColor int
shouldDrawShadows bool

Returns

BarcodePolygonsStaticView.BarcodePolygonStyle