Barcode AR Rectangle Highlight

Defined in package com.scandit.datacapture.barcode.ar.ui

BarcodeArRectangleHighlight
class BarcodeArRectangleHighlight : BarcodeArHighlight

Added in version 8.6.0

A type of highlight that draws rectangles on top of barcodes. Highlight styles are customizable. Here are some examples:

../../../_images/rectangle_highlight.png ../../../_images/rectangle_highlight_icon.png

Default style.

Customized brush and icon.

BarcodeArRectangleHighlight(barcode)
BarcodeArRectangleHighlight(barcode: Barcode)

Added in version 8.6.0

Creates a new instance with default values.

barcode
val barcode: Barcode

Added in version 8.6.0

The barcode instance for the annotation.

brush
var brush: Brush

Added in version 8.6.0

The brush used for visualizing a recognized barcode in the UI. By default, the brush has a blue fill color with 45% alpha, blue stroke and a stroke width of 2.

icon
var icon: ScanditIcon?

Added in version 8.6.0

The icon used for visualizing a recognized barcode in the UI. Is null by default.