Class BarcodePolygonsView.BarcodeElement
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodePolygonsView.BarcodeElement : Object
- Inheritance
-
BarcodePolygonsView.BarcodeElement
Constructors
BarcodeElement(BarcodeItem, BarcodePolygonStyle, BarcodeTextViewStyle)
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; set; }
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()
public float[] GetAnimationPoints()
Returns
- float[]
GetPoints()
public float[] GetPoints()
Returns
- float[]
SetAnimationPoints(float[])
public void SetAnimationPoints(float[] value)
Parameters
value
float[]
SetPoints(float[])
public void SetPoints(float[] value)
Parameters
value
float[]