Table of Contents

Delegate PolygonLineColorForStatusFunc

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public delegate UIColor PolygonLineColorForStatusFunc(SBSDKDocumentScannerViewController controller, nint status)

Parameters

controller SBSDKDocumentScannerViewController
status nint

Returns

UIColor

Constructors

PolygonLineColorForStatusFunc(object, nint)

public PolygonLineColorForStatusFunc(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(SBSDKDocumentScannerViewController, nint, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(SBSDKDocumentScannerViewController controller, nint status, AsyncCallback callback, object @object)

Parameters

controller SBSDKDocumentScannerViewController
status nint
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual UIColor EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

UIColor

Invoke(SBSDKDocumentScannerViewController, nint)

public virtual UIColor Invoke(SBSDKDocumentScannerViewController controller, nint status)

Parameters

controller SBSDKDocumentScannerViewController
status nint

Returns

UIColor