Delegate PolygonConfigurationForFunc
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public delegate SBSDKDocumentScannerPolygonConfiguration PolygonConfigurationForFunc(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)
Parameters
controller
SBSDKDocumentScannerViewController
status
SBSDKDocumentDetectionStatus
Returns
- SBSDKDocumentScannerPolygonConfiguration
Constructors
PolygonConfigurationForFunc(object, nint)
public PolygonConfigurationForFunc(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(SBSDKDocumentScannerViewController, SBSDKDocumentDetectionStatus, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status, AsyncCallback callback, object @object)
Parameters
controller
SBSDKDocumentScannerViewController
status
SBSDKDocumentDetectionStatus
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual SBSDKDocumentScannerPolygonConfiguration EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
- SBSDKDocumentScannerPolygonConfiguration
Invoke(SBSDKDocumentScannerViewController, SBSDKDocumentDetectionStatus)
public virtual SBSDKDocumentScannerPolygonConfiguration Invoke(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)
Parameters
controller
SBSDKDocumentScannerViewController
status
SBSDKDocumentDetectionStatus
Returns
- SBSDKDocumentScannerPolygonConfiguration