Click or drag to resize

Operation  Conversion (Operation to IntPtr)

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public static implicit operator IntPtr (
	Operation obj
)

Parameters

obj
Type: Emgu.TFOperation
The Operation

Return Value

Type: IntPtr
The Operation pointer for this object
See Also