Operation Conversion (Operation to IntPtr) |
http://www.emgu.com
Implicit operator for IntPtr
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntaxpublic static implicit operator IntPtr (
Operation obj
)
Public Shared Widening Operator CType (
obj As Operation
) As IntPtr
static implicit operator IntPtr (
Operation^ obj
)
F# does not support the declaration of new casting operators.
Parameters
- obj
- Type: Emgu.TFOperation
The Operation
Return Value
Type:
IntPtrThe Operation pointer for this object
See Also