Click or drag to resize

UnmanagedObject  Conversion (UnmanagedObject to IntPtr)

https://www.emgu.com/wiki/index.php/Emgu_TF
Implicit operator for IntPtr

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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