Click or drag to resize

Operation  Conversion (Operation to IntPtr)

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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