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.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntax
public interface IDelegate

The IDelegate type exposes the following members.

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