Class BarcodePolygonsView.BarcodePolygonStyle
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/ui/BarcodePolygonsView$BarcodePolygonStyle", DoNotGenerateAcw = true)]
public sealed class BarcodePolygonsView.BarcodePolygonStyle : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodePolygonsView.BarcodePolygonStyle
- Implements
-
- Inherited Members
-
- Extension Methods
-
BarcodePolygonsViewExtensions.Copy(BarcodePolygonsView.BarcodePolygonStyle, bool?, bool?, bool?, float?, float?, Color?, Color?, Color?, Color?, bool?)
Constructors
BarcodePolygonStyle(bool, bool, bool, float, float, int, int, int, int, bool)
[Register(".ctor", "(ZZZFFIIIIZ)V", "")]
public BarcodePolygonStyle(bool drawPolygon, bool useFill, bool useFillHighlighted, float cornerRadius, float strokeWidth, int strokeColor, int strokeHighlightedColor, int fillColor, int fillHighlightedColor, bool shouldDrawShadows)
Parameters
drawPolygon
bool
useFill
bool
useFillHighlighted
bool
cornerRadius
float
strokeWidth
float
strokeColor
int
strokeHighlightedColor
int
fillColor
int
fillHighlightedColor
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
FillHighlightedColor
public int FillHighlightedColor { 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
StrokeHighlightedColor
public int StrokeHighlightedColor { get; }
Property Value
- int
StrokeWidth
public float StrokeWidth { get; }
Property Value
- float
UseFill
public bool UseFill { get; }
Property Value
- bool
UseFillHighlighted
public bool UseFillHighlighted { 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/BarcodePolygonsView$BarcodePolygonStyle;", "")]
public BarcodePolygonsView.BarcodePolygonStyle Copy(bool drawPolygon, bool useFill, bool useFillHighlighted, float cornerRadius, float strokeWidth, int strokeColor, int strokeHighlightedColor, int fillColor, int fillHighlightedColor, bool shouldDrawShadows)
Parameters
drawPolygon
bool
useFill
bool
useFillHighlighted
bool
cornerRadius
float
strokeWidth
float
strokeColor
int
strokeHighlightedColor
int
fillColor
int
fillHighlightedColor
int
shouldDrawShadows
bool
Returns
- BarcodePolygonsView.BarcodePolygonStyle