Table of Contents

Class SBSDKUI2FinderCorneredStyle

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUI2FinderCorneredStyle : SBSDKUI2FinderStyle
Inheritance
SBSDKUI2FinderCorneredStyle

Constructors

SBSDKUI2FinderCorneredStyle()

public SBSDKUI2FinderCorneredStyle()

SBSDKUI2FinderCorneredStyle(NSObjectFlag)

protected SBSDKUI2FinderCorneredStyle(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2FinderCorneredStyle(NativeHandle)

protected SBSDKUI2FinderCorneredStyle(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUI2FinderCorneredStyle(SBSDKUI2Color, double, double)

public SBSDKUI2FinderCorneredStyle(SBSDKUI2Color strokeColor, double strokeWidth, double cornerRadius)

Parameters

strokeColor SBSDKUI2Color
strokeWidth double
cornerRadius double

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

CornerRadius

public virtual double CornerRadius { get; set; }

Property Value

double

Hash

public virtual nuint Hash { get; }

Property Value

nuint

StrokeColor

public virtual SBSDKUI2Color StrokeColor { get; set; }

Property Value

SBSDKUI2Color

StrokeWidth

public virtual double StrokeWidth { get; set; }

Property Value

double

_type

public virtual string _type { get; }

Property Value

string

Methods

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJson()

public virtual string ToJson()

Returns

string