Table of Contents

Class BarcodePolygonsView.BarcodeElement

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

Constructors

BarcodeElement(BarcodeItem, BarcodePolygonStyle, BarcodeTextViewStyle)

[Register(".ctor", "(Lio/scanbot/sdk/barcode/BarcodeItem;Lio/scanbot/sdk/barcode/ui/BarcodePolygonsView$BarcodePolygonStyle;Lio/scanbot/sdk/barcode/ui/BarcodePolygonsView$BarcodeTextViewStyle;)V", "")]
public BarcodeElement(BarcodeItem barcodeItem, BarcodePolygonsView.BarcodePolygonStyle polygonStyle, BarcodePolygonsView.BarcodeTextViewStyle textStyle)

Parameters

barcodeItem BarcodeItem
polygonStyle BarcodePolygonsView.BarcodePolygonStyle
textStyle BarcodePolygonsView.BarcodeTextViewStyle

Properties

Animators

public IList<SpringAnimation> Animators { get; set; }

Property Value

IList<SpringAnimation>

BarcodeItem

public BarcodeItem BarcodeItem { get; }

Property Value

BarcodeItem

FillHighlightedPaint

public Paint FillHighlightedPaint { get; }

Property Value

Paint

FillPaint

public Paint FillPaint { get; }

Property Value

Paint

Path

public Path Path { get; set; }

Property Value

Path

Polygon

public IList<PointF> Polygon { get; set; }

Property Value

IList<PointF>

PolygonStyle

public BarcodePolygonsView.BarcodePolygonStyle PolygonStyle { get; set; }

Property Value

BarcodePolygonsView.BarcodePolygonStyle

ShouldDrawPolygon

public bool ShouldDrawPolygon { get; set; }

Property Value

bool

ShouldHighlight

public bool ShouldHighlight { get; set; }

Property Value

bool

StrokeHighlightedPaint

public Paint StrokeHighlightedPaint { get; }

Property Value

Paint

StrokePaint

public Paint StrokePaint { get; }

Property Value

Paint

TextStyle

public BarcodePolygonsView.BarcodeTextViewStyle TextStyle { get; set; }

Property Value

BarcodePolygonsView.BarcodeTextViewStyle

View

public View View { get; set; }

Property Value

View

Methods

GetAnimationPoints()

[Register("getAnimationPoints", "()[F", "")]
public float[] GetAnimationPoints()

Returns

float[]

GetPoints()

[Register("getPoints", "()[F", "")]
public float[] GetPoints()

Returns

float[]

SetAnimationPoints(float[])

[Register("setAnimationPoints", "([F)V", "")]
public void SetAnimationPoints(float[] value)

Parameters

value float[]

SetPoints(float[])

[Register("setPoints", "([F)V", "")]
public void SetPoints(float[] value)

Parameters

value float[]