Barcode Pick View Highlight Style Rectangular

Defined under the namespace Scandit.Datacapture.Barcode.Pick.Ui

Rectangular
class Rectangular : BarcodePickViewHighlightStyle

Added in version 6.22.0

A style that will draw rectangles on top of barcodes.

constructor()
constructor()

Added in version 6.22.0

Creates a new instance with default values.

getBrushForState(state)
getBrushForState(state: BarcodePickState): Brush

Added in version 6.22.0

Gets the brush used for the passed pick state.

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

Added in version 6.22.0

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

minimumHighlightWidth
minimumHighlightWidth: number

Added in version 6.28.0

Minimum width for the highlights. Default is 40dp.

minimumHighlightHeight
minimumHighlightHeight: number

Added in version 6.28.0

Minimum height for the highlights. Default is 40dp.