Table of Contents

Class SBSDKWhiteBlackPointFilter

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKWhiteBlackPointFilter : SBSDKParametricFilter, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKWhiteBlackPointFilter
Implements
INSCopying
INativeObject
Inherited Members

Constructors

SBSDKWhiteBlackPointFilter()

public SBSDKWhiteBlackPointFilter()

SBSDKWhiteBlackPointFilter(NSObjectFlag)

protected SBSDKWhiteBlackPointFilter(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKWhiteBlackPointFilter(NativeHandle)

protected SBSDKWhiteBlackPointFilter(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKWhiteBlackPointFilter(double, double)

public SBSDKWhiteBlackPointFilter(double blackPoint, double whitePoint)

Parameters

blackPoint double
whitePoint double

Properties

BlackPoint

public virtual double BlackPoint { get; set; }

Property Value

double

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

WhitePoint

public virtual double WhitePoint { 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