Class OverlayPolygonConfiguration.StyleForBarcodeItem
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class OverlayPolygonConfiguration.StyleForBarcodeItem : OverlayPolygonConfiguration
- Inheritance
-
OverlayPolygonConfiguration.StyleForBarcodeItem
- Inherited Members
Constructors
StyleForBarcodeItem(Func<BarcodeItem, Style>)
public StyleForBarcodeItem(Func<BarcodeItem, OverlayPolygonConfiguration.Style> onBarcodeItemStyle)
Parameters
onBarcodeItemStyleFunc<BarcodeItem, OverlayPolygonConfiguration.Style>
Fields
OnBarcodeItemStyle
Configure the style of the AR overlay polygon configuration for the detected BarcodeItem. The callback run on the UI thread. It is recommended to keep the callback lightweight to avoid blocking the UI thread.
public readonly Func<BarcodeItem, OverlayPolygonConfiguration.Style> OnBarcodeItemStyle