Barcode Pick View Highlight Style Dot

Defined in library scandit_datacapture_barcode_pick_ui

BarcodePickViewHighlightStyleDot
class BarcodePickViewHighlightStyleDot : BarcodePickViewHighlightStyle

Added in version 6.22.0

A style that will draw dots on top of barcodes.

BarcodePickViewHighlightStyleDot()
BarcodePickViewHighlightStyleDot()

Added in version 6.22.0

Creates a new instance with default values.

getBrushForState(state)
Brush getBrushForState(BarcodePickState state)

Added in version 6.22.0

Gets the brush used for the passed pick state.

setBrushForState(brush, state)
void setBrushForState(Brush brush,
        BarcodePickState state)

Added in version 6.22.0

Use this method to configure the brush used for the specific pick state.