Table of Contents

Class BarcodePolygonsViewExtensions

Namespace
IO.Scanbot.Sdk.Barcode.UI
Assembly
BarcodeSDK.NET.Droid.dll
public static class BarcodePolygonsViewExtensions
Inheritance
BarcodePolygonsViewExtensions
Inherited Members

Methods

Copy(BarcodePolygonStyle, bool?, bool?, bool?, float?, float?, Color?, Color?, Color?, Color?, bool?)

public static BarcodePolygonsView.BarcodePolygonStyle Copy(this BarcodePolygonsView.BarcodePolygonStyle other, bool? drawPolygon = null, bool? useFill = null, bool? useFillHighlighted = null, float? cornerRadius = null, float? strokeWidth = null, Color? strokeColor = null, Color? strokeHighlightedColor = null, Color? fillColor = null, Color? fillHighlightedColor = null, bool? shouldDrawShadows = null)

Parameters

other BarcodePolygonsView.BarcodePolygonStyle
drawPolygon bool?
useFill bool?
useFillHighlighted bool?
cornerRadius float?
strokeWidth float?
strokeColor Color?
strokeHighlightedColor Color?
fillColor Color?
fillHighlightedColor Color?
shouldDrawShadows bool?

Returns

BarcodePolygonsView.BarcodePolygonStyle

Copy(BarcodeTextViewStyle, Color?, Color?, Color?, Color?, BarcodeOverlayTextFormat)

public static BarcodePolygonsView.BarcodeTextViewStyle Copy(this BarcodePolygonsView.BarcodeTextViewStyle other, Color? textColor = null, Color? textHighlightedColor = null, Color? textContainerColor = null, Color? textContainerHighlightedColor = null, BarcodeOverlayTextFormat textFormat = null)

Parameters

other BarcodePolygonsView.BarcodeTextViewStyle
textColor Color?
textHighlightedColor Color?
textContainerColor Color?
textContainerHighlightedColor Color?
textFormat BarcodeOverlayTextFormat

Returns

BarcodePolygonsView.BarcodeTextViewStyle

SetBarcodeAppearanceDelegate(IBarcodeScannerSelectionOverlayController, (PolygonStyleDelegate getPolygonStyle, TextViewStyleDelegate getTextViewStyle))

public static void SetBarcodeAppearanceDelegate(this IBarcodeScannerSelectionOverlayController controller, (BarcodePolygonsView.PolygonStyleDelegate getPolygonStyle, BarcodePolygonsView.TextViewStyleDelegate getTextViewStyle) callbacks)

Parameters

controller IBarcodeScannerSelectionOverlayController
callbacks (BarcodePolygonsView.PolygonStyleDelegate getPolygonStyle, BarcodePolygonsView.TextViewStyleDelegate getTextViewStyle)