Class SBSDKUI2FinderStyle
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2FinderStyle : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKUI2FinderStyle
- Implements
-
INSCopying
INativeObject
- Derived
-
Constructors
SBSDKUI2FinderStyle(NSObjectFlag)
protected SBSDKUI2FinderStyle(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUI2FinderStyle(NativeHandle)
protected SBSDKUI2FinderStyle(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
FinderCorneredStyle
public static SBSDKUI2FinderCorneredStyle FinderCorneredStyle { get; }
Property Value
- SBSDKUI2FinderCorneredStyle
FinderStrokedStyle
public static SBSDKUI2FinderStrokedStyle FinderStrokedStyle { get; }
Property Value
- SBSDKUI2FinderStrokedStyle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
_type
public virtual string _type { get; }
Property Value
- string
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKUI2FinderStyle? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKUI2FinderStyle
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string