Optional
source: DeepPartial<ArOverlayPolygonConfiguration>Appearance of the overlay polygon when a barcode is not selected.
new PolygonStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "#00000000",
"strokeWidth": 2.0,
"cornerRadius": 2.0
});
Appearance of the overlay polygon after a barcode has been selected.
new PolygonStyle({
"strokeColor": "?sbColorPositive",
"fillColor": "#00000000",
"strokeWidth": 2.0,
"cornerRadius": 2.0
});
Control the visibility of the overlay polygon.
true;
Generated using TypeDoc
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.