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/entity/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
A
[Register("a")]
public BarcodeItem A { get; set; }
Property Value
- BarcodeItem
Animators
public IList<SpringAnimation> Animators { get; set; }
Property Value
- IList<SpringAnimation>
B
[Register("b")]
public BarcodePolygonsView.BarcodePolygonStyle B { get; set; }
Property Value
- BarcodePolygonsView.BarcodePolygonStyle
BarcodeItem
public BarcodeItem BarcodeItem { get; }
Property Value
- BarcodeItem
C
[Register("c")]
public BarcodePolygonsView.BarcodeTextViewStyle C { get; set; }
Property Value
- BarcodePolygonsView.BarcodeTextViewStyle
D
[Register("d")]
public bool D { get; set; }
Property Value
- bool
E
[Register("e")]
public bool E { get; set; }
Property Value
- bool
F
[Register("f")]
public IList F { get; set; }
Property Value
- IList
FillHighlightedPaint
public Paint FillHighlightedPaint { get; }
Property Value
- Paint
FillPaint
public Paint FillPaint { get; }
Property Value
- Paint
G
[Register("g")]
public Path G { get; set; }
Property Value
- Path
H
[Register("h")]
public View H { get; set; }
Property Value
- View
I
[Register("i")]
public IList<float> I { get; set; }
Property Value
- IList<float>
J
[Register("j")]
public IList<float> J { get; set; }
Property Value
- IList<float>
K
[Register("k")]
public Paint K { get; set; }
Property Value
- Paint
L
[Register("l")]
public Paint L { get; set; }
Property Value
- Paint
M
[Register("m")]
public Paint M { get; set; }
Property Value
- Paint
N
[Register("n")]
public Paint N { get; set; }
Property Value
- Paint
O
[Register("o")]
public IList O { get; set; }
Property Value
- IList
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[]