Class BarcodePolygonsStaticView.BarcodePolygonStyle
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodePolygonsStaticView.BarcodePolygonStyle : Object
- Inheritance
-
BarcodePolygonsStaticView.BarcodePolygonStyle
- Extension Methods
-
BarcodePolygonsStaticViewExtensions.Copy(BarcodePolygonsStaticView.BarcodePolygonStyle, bool?, bool?, bool?, float?, float?, Color?, Color?, Color?, Color?, bool?)
Constructors
BarcodePolygonStyle(bool, bool, bool, float, float, int, int, int, int, bool)
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
CornerRadius
public float CornerRadius { get; }
Property Value
- float
DrawPolygon
public bool DrawPolygon { get; set; }
Property Value
- bool
FillColor
public int FillColor { get; }
Property Value
- int
FillDeclinedColor
public int FillDeclinedColor { get; }
Property Value
- int
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()
Returns
- bool
Component10()
public bool Component10()
Returns
- bool
Component2()
Returns
- bool
Component3()
Returns
- bool
Component4()
public float Component4()
Returns
- float
Component5()
public float Component5()
Returns
- float
Component6()
Returns
- int
Component7()
Returns
- int
Component8()
Returns
- int
Component9()
Returns
- int
Copy(bool, bool, bool, float, float, int, int, int, int, bool)
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