Click or drag to resize

IDelegate Interface

https://www.emgu.com
Abstract interface that returns a pointer to the delegate

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public interface IDelegate

The IDelegate type exposes the following members.

Properties
  NameDescription
Public propertyDelegatePtr
Pointer to the native Delegate object.
Top
See Also