Class SBSDKPolygonLayer
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKPolygonLayer : CAShapeLayer
- Inheritance
-
SBSDKPolygonLayer
Constructors
SBSDKPolygonLayer()
public SBSDKPolygonLayer()
SBSDKPolygonLayer(NSCoder)
public SBSDKPolygonLayer(NSCoder coder)
Parameters
coder
NSCoder
SBSDKPolygonLayer(NSObject)
public SBSDKPolygonLayer(NSObject layer)
Parameters
layer
NSObject
SBSDKPolygonLayer(NSObjectFlag)
protected SBSDKPolygonLayer(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKPolygonLayer(NativeHandle)
protected SBSDKPolygonLayer(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKPolygonLayer(UIColor)
public SBSDKPolygonLayer(UIColor lineColor)
Parameters
lineColor
UIColor
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
LineColor
public virtual UIColor LineColor { get; set; }
Property Value
- UIColor