Delegate BarcodePolygonsView.PolygonStyleDelegate
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public delegate BarcodePolygonsView.BarcodePolygonStyle BarcodePolygonsView.PolygonStyleDelegate(BarcodePolygonsView.BarcodePolygonStyle style, BarcodeItem item)
Parameters
style
BarcodePolygonsView.BarcodePolygonStyle
item
BarcodeItem
Returns
- BarcodePolygonsView.BarcodePolygonStyle
Constructors
PolygonStyleDelegate(object, nint)
public PolygonStyleDelegate(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(BarcodePolygonStyle, BarcodeItem, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(BarcodePolygonsView.BarcodePolygonStyle style, BarcodeItem item, AsyncCallback callback, object @object)
Parameters
style
BarcodePolygonsView.BarcodePolygonStyle
item
BarcodeItem
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual BarcodePolygonsView.BarcodePolygonStyle EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
- BarcodePolygonsView.BarcodePolygonStyle
Invoke(BarcodePolygonStyle, BarcodeItem)
public virtual BarcodePolygonsView.BarcodePolygonStyle Invoke(BarcodePolygonsView.BarcodePolygonStyle style, BarcodeItem item)
Parameters
style
BarcodePolygonsView.BarcodePolygonStyle
item
BarcodeItem
Returns
- BarcodePolygonsView.BarcodePolygonStyle