Table of Contents

Class BarcodePolygonsStaticViewExtensions

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

Methods

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

public static BarcodePolygonsStaticView.BarcodePolygonStyle Copy(this BarcodePolygonsStaticView.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 BarcodePolygonsStaticView.BarcodePolygonStyle
drawPolygon bool?
useFill bool?
useFillHighlighted bool?
cornerRadius float?
strokeWidth float?
strokeColor Color?
strokeHighlightedColor Color?
fillColor Color?
fillHighlightedColor Color?
shouldDrawShadows bool?

Returns

BarcodePolygonsStaticView.BarcodePolygonStyle

SetBarcodeAppearanceDelegate(IBarcodeScanCountSelectionOverlayController, PolygonStyleDelegate)

public static void SetBarcodeAppearanceDelegate(this IBarcodeScanCountSelectionOverlayController controller, BarcodePolygonsStaticView.PolygonStyleDelegate getPolygonStyle)

Parameters

controller IBarcodeScanCountSelectionOverlayController
getPolygonStyle BarcodePolygonsStaticView.PolygonStyleDelegate