Class ArOverlayPolygonConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.
public class ArOverlayPolygonConfiguration
- Inheritance
-
ArOverlayPolygonConfiguration
- Inherited Members
Properties
Deselected
Appearance of the overlay polygon when a barcode is not selected.
public PolygonStyle Deselected { get; set; }
Property Value
Selected
Appearance of the overlay polygon after a barcode has been selected.
public PolygonStyle Selected { get; set; }
Property Value
Visible
Control the visibility of the overlay polygon. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static ArOverlayPolygonConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(ArOverlayPolygonConfiguration)
public static ArOverlayPolygonConfiguration FromNative(ArOverlayPolygonConfiguration source)
Parameters
Returns
ToNative()
public ArOverlayPolygonConfiguration ToNative()