Click or drag to resize

UnmanagedObject  Conversion (UnmanagedObject to IntPtr)

https://www.emgu.com
Implicit operator for IntPtr

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public static implicit operator IntPtr (
	UnmanagedObject obj
)

Parameters

obj
Type: Emgu.TF.UtilUnmanagedObject
The UnmanagedObject

Return Value

Type: IntPtr
The unmanaged pointer for this object
See Also