Click or drag to resize

IDelegate Interface

http://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.5.0.1274
Syntax
public interface IDelegate

The IDelegate type exposes the following members.

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