Class ArOverlayPolygonConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class ArOverlayPolygonConfiguration
- Inheritance
-
ArOverlayPolygonConfiguration
- Inherited Members
-
Constructors
ArOverlayPolygonConfiguration()
public ArOverlayPolygonConfiguration()
Properties
Deselected
public PolygonStyle Deselected { get; set; }
Property Value
- PolygonStyle
Selected
public PolygonStyle Selected { get; set; }
Property Value
- PolygonStyle
Visible
public bool Visible { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static ArOverlayPolygonConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- ArOverlayPolygonConfiguration
FromNative(ArOverlayPolygonConfiguration)
public static ArOverlayPolygonConfiguration FromNative(ArOverlayPolygonConfiguration source)
Parameters
source
ArOverlayPolygonConfiguration
Returns
- ArOverlayPolygonConfiguration
FromNative(SBSDKUI2ArOverlayPolygonConfiguration)
public static ArOverlayPolygonConfiguration FromNative(SBSDKUI2ArOverlayPolygonConfiguration source)
Parameters
source
SBSDKUI2ArOverlayPolygonConfiguration
Returns
- ArOverlayPolygonConfiguration
ToNative()
public ArOverlayPolygonConfiguration ToNative()
Returns
- ArOverlayPolygonConfiguration