Class SBSDKDocumentScannerPolygonConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKDocumentScannerPolygonConfiguration : NSObject
- Inheritance
-
SBSDKDocumentScannerPolygonConfiguration
Constructors
SBSDKDocumentScannerPolygonConfiguration(NSObjectFlag)
protected SBSDKDocumentScannerPolygonConfiguration(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKDocumentScannerPolygonConfiguration(NativeHandle)
protected SBSDKDocumentScannerPolygonConfiguration(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKDocumentScannerPolygonConfiguration(bool, UIColor, NFloat, UIColor, NFloat)
public SBSDKDocumentScannerPolygonConfiguration(bool enabled, UIColor strokeColor, NFloat strokeWidth, UIColor fillColor, NFloat cornerRadius)
Parameters
enabled bool
strokeColor UIColor
strokeWidth NFloat
fillColor UIColor
cornerRadius NFloat
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
CornerRadius
public virtual NFloat CornerRadius { get; set; }
Property Value
- NFloat
Enabled
public virtual bool Enabled { get; set; }
Property Value
- bool
FillColor
public virtual UIColor FillColor { get; set; }
Property Value
- UIColor
StrokeColor
public virtual UIColor StrokeColor { get; set; }
Property Value
- UIColor
StrokeWidth
public virtual NFloat StrokeWidth { get; set; }
Property Value
- NFloat